[go: nahoru, domu]

Searched defs:success (Results 1 - 25 of 105) sorted by relevance

12345

/frameworks/rs/api/
H A DGenerator.cpp199 bool success = true; local
202 success = false;
205 if (success) {
206 success = systemSpecification.generateFiles(forVerification, maxApiLevel);
208 return success ? 0 : -2;
/frameworks/base/core/tests/coretests/src/android/os/
H A DHandlerTester.java50 public void success() { method in class:HandlerTester
H A DTestHandlerThread.java65 public void success() { method in class:TestHandlerThread
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardSecurityCallback.java40 * @param success set to 'true' if user correctly entered security credentials.
42 * Only nonzero if 'success' is false
44 void reportUnlockAttempt(int userId, boolean success, int timeoutMs); argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccIoResult.java51 public boolean success() { method in class:IccIoResult
56 * Returns exception on error or null if success
59 if (success()) return null;
/frameworks/volley/src/main/java/com/android/volley/
H A DResponse.java42 public static <T> Response<T> success(T result, Cache.Entry cacheEntry) { method in class:Response
/frameworks/av/media/libstagefright/codecs/mp3dec/test/
H A Dmp3dec_test.cpp67 bool success = mp3Reader.init(argv[1]); local
68 if (!success) {
101 bool success = mp3Reader.getFrame(inputBuf, &bytesRead); local
102 if (!success) break;
/frameworks/base/media/mca/filterfw/jni/
H A Djni_vertex_frame.cpp43 const bool success = frame->WriteData(reinterpret_cast<const uint8_t*>(int_ptr), local
46 return ToJBool(success);
60 const bool success = frame->WriteData(reinterpret_cast<const uint8_t*>(float_ptr), local
63 return ToJBool(success);
78 const bool success = frame->WriteData(reinterpret_cast<const uint8_t*>(bytes + offset), local
81 return ToJBool(success);
/frameworks/compile/mclinker/lib/Script/
H A DAssignment.cpp171 bool success = pEvaluator.eval(m_RpnExpr, result); local
172 if (success)
174 return success;
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraStateHolder.java81 boolean success(); method in interface:CameraStateHolder.ConditionChecker
98 while (!stateChecker.success()) {
125 public boolean success() {
143 public boolean success() {
/frameworks/native/libs/input/
H A DVirtualKeyMap.cpp114 bool success = parseNextIntField(&defn.scanCode) local
119 if (!success) {
/frameworks/native/opengl/tests/EGLTest/
H A DEGL_test.cpp50 EGLBoolean success = eglTerminate(mEglDisplay); local
51 ASSERT_EQ(EGL_TRUE, success);
60 EGLBoolean success; local
67 success = eglChooseConfig(mEglDisplay, attrs, &config, 1, &numConfigs);
68 ASSERT_EQ(EGL_TRUE, success);
74 success = eglGetConfigAttrib(mEglDisplay, config, EGL_RED_SIZE, &components[0]);
75 ASSERT_EQ(EGL_TRUE, success);
77 success = eglGetConfigAttrib(mEglDisplay, config, EGL_GREEN_SIZE, &components[1]);
78 ASSERT_EQ(EGL_TRUE, success);
80 success
130 EGLBoolean success; local
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmInboundSmsHandler.java158 * @param success indicates that last message was successfully received.
163 protected void acknowledgeLastIncomingSms(boolean success, int result, Message response) { argument
164 mPhone.mCi.acknowledgeLastIncomingGsmSms(success, resultToCause(result), response);
186 * @return 0 for success, or a 3GPP SMS failure cause value
192 // Cause code is ignored on success.
/frameworks/av/media/libstagefright/http/
H A DMediaHTTP.cpp61 bool success = mHTTPConnection->connect(uri, &extHeaders); local
68 if (success) {
73 return success ? OK : UNKNOWN_ERROR;
/frameworks/av/media/libstagefright/rtsp/
H A DAAVCAssembler.cpp104 bool success = addSingleTimeAggregationPacket(buffer); local
108 return success ? OK : MALFORMED_PACKET;
/frameworks/base/core/java/android/app/
H A DKeyguardManager.java187 * @param success True if the user was able to authenticate, false if
190 void onKeyguardExitResult(boolean success); argument
356 public void onKeyguardExitResult(boolean success) throws RemoteException {
358 callback.onKeyguardExitResult(success);
/frameworks/base/libs/androidfw/
H A DObbFile.cpp89 bool success = false; local
96 success = readFrom(fd);
99 if (!success) {
104 return success;
229 bool success = false; local
235 success = writeTo(fd);
239 if (!success) {
242 return success;
314 bool success = false; local
320 success
[all...]
/frameworks/base/libs/hwui/tests/unit/
H A DVectorDrawableTests.cpp320 bool success = VectorDrawableUtils::interpolatePathData(&outData, fromData.pathData, local
323 EXPECT_EQ(expectedToMorph, success);
328 // Now try to interpolate with a slightly modified version of self and expect success
338 bool success = VectorDrawableUtils::interpolatePathData( local
340 EXPECT_TRUE(success);
/frameworks/base/libs/hwui/utils/
H A DTestWindowContext.cpp149 bool success = local
151 if (!success) {
158 success =
160 if (!success) {
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DCamera2StillCaptureTest.java590 public void onAutoFocusLocked(boolean success) { argument
/frameworks/base/services/core/jni/
H A Dcom_android_server_am_BatteryStatsService.cpp54 static void wakeup_callback(bool success) argument
56 ALOGV("In wakeup_callback: %s", success ? "resumed from suspend" : "suspend aborted");
/frameworks/native/vulkan/libvulkan/
H A Ddriver_gen.cpp310 success = false; \
324 bool success = true; local
337 return success;
344 bool success = true; local
358 return success;
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewCallbacks.java83 boolean success);
82 onFragmentPhotoLoadComplete(PhotoViewFragment fragment, boolean success) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaInboundSmsHandler.java181 * @param success indicates that last message was successfully received.
186 protected void acknowledgeLastIncomingSms(boolean success, int result, Message response) { argument
188 mPhone.mCi.acknowledgeLastIncomingCdmaSms(success, causeCode, response);
212 * @return 0 for success, or a CDMA SMS failure cause value
218 // Cause code is ignored on success.
/frameworks/av/media/libstagefright/
H A DAudioPlayer.cpp122 bool success = format->findCString(kKeyMIMEType, &mime); local
123 CHECK(success);
126 success = format->findInt32(kKeySampleRate, &mSampleRate);
127 CHECK(success);
130 success = format->findInt32(kKeyChannelCount, &numChannels);
131 CHECK(success);

Completed in 1536 milliseconds

12345