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

123

/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/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/com/android/volley/
H A DResponse.java42 public static <T> Response<T> success(T result, Cache.Entry cacheEntry) { method in class:Response
/frameworks/av/services/camera/libcameraservice/camera2/
H A DBurstCapture.cpp97 bool success = jpeg->waitForDone(10 * 1e9); local
98 if(success) {
/frameworks/base/core/java/android/app/
H A DKeyguardManager.java105 * @param success True if the user was able to authenticate, false if
108 void onKeyguardExitResult(boolean success); argument
207 public void onKeyguardExitResult(boolean success) throws RemoteException {
208 callback.onKeyguardExitResult(success);
/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);
H A Djni_gl_frame.cpp121 const bool success = frame->WriteData(reinterpret_cast<const uint8_t*>(bytes + offset), length); local
123 return ToJBool(success);
149 const bool success = frame->WriteData(reinterpret_cast<const uint8_t*>(int_ptr), local
152 return ToJBool(success);
184 const bool success = frame->WriteData(rgba_buffer, length); local
188 return ToJBool(success);
225 const bool success = frame->WriteData(pixels, size); local
226 return ToJBool(success &&
H A Djni_native_frame.cpp62 const bool success = frame->WriteData(reinterpret_cast<const uint8_t*>(bytes + offset), local
66 return ToJBool(success);
106 const bool success = frame->WriteData(reinterpret_cast<const uint8_t*>(int_ptr), local
110 return ToJBool(success);
140 const bool success = frame->WriteData(reinterpret_cast<const uint8_t*>(float_ptr), local
144 return ToJBool(success);
/frameworks/native/opengl/tests/EGLTest/
H A DEGL_test.cpp51 EGLBoolean success = eglTerminate(mEglDisplay); local
52 ASSERT_EQ(EGL_TRUE, success);
61 EGLBoolean success; local
68 success = eglChooseConfig(mEglDisplay, attrs, &config, 1, &numConfigs);
69 ASSERT_EQ(EGL_TRUE, success);
75 success = eglGetConfigAttrib(mEglDisplay, config, EGL_RED_SIZE, &components[0]);
76 ASSERT_EQ(EGL_TRUE, success);
78 success = eglGetConfigAttrib(mEglDisplay, config, EGL_GREEN_SIZE, &components[1]);
79 ASSERT_EQ(EGL_TRUE, success);
81 success
123 EGLBoolean success; local
[all...]
/frameworks/base/libs/androidfw/
H A DVirtualKeyMap.cpp113 bool success = parseNextIntField(&defn.scanCode) local
118 if (!success) {
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/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardSimPinView.java134 abstract void onSimCheckResponse(boolean success); argument
188 void onSimCheckResponse(final boolean success) {
194 if (success) {
H A DKeyguardAccountView.java164 private void postOnCheckPasswordResult(final boolean success) { argument
168 if (success) {
H A DKeyguardSimPukView.java189 abstract void onSimLockChangedResponse(boolean success); argument
256 void onSimLockChangedResponse(final boolean success) {
262 if (success) {
/frameworks/av/media/libstagefright/rtsp/
H A DAAVCAssembler.cpp104 bool success = addSingleTimeAggregationPacket(buffer); local
108 return success ? OK : MALFORMED_PACKET;
/frameworks/av/media/libstagefright/
H A DDRMExtractor.cpp82 bool success = getFormat()->findCString(kKeyMIMEType, &mime); local
83 CHECK(success);
H A DAudioPlayer.cpp111 bool success = format->findCString(kKeyMIMEType, &mime); local
112 CHECK(success);
115 success = format->findInt32(kKeySampleRate, &mSampleRate);
116 CHECK(success);
119 success = format->findInt32(kKeyChannelCount, &numChannels);
120 CHECK(success);
H A DNuMediaExtractor.cpp80 bool success = SniffWVM(dataSource, &mimeType, &confidence, &dummy); local
82 if (!success
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp370 Bool success = PVInitVideoDecoder( local
373 if (!success) {
/frameworks/av/media/libstagefright/wifi-display/
H A DVideoFormats.cpp287 bool success; local
289 success = false;
291 success = GetConfiguration(
295 if (!success) {
/frameworks/native/libs/gui/tests/
H A DSurfaceTextureClient_test.cpp180 EGLBoolean success = eglMakeCurrent(mEglDisplay, eglSurface, eglSurface, mEglContext); local
181 EXPECT_TRUE(success);
184 success = eglSwapBuffers(mEglDisplay, eglSurface);
185 EXPECT_TRUE(success);
190 success = eglSwapBuffers(mEglDisplay, eglSurface);
191 EXPECT_FALSE(success);
194 success = eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext);
195 ASSERT_TRUE(success);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaSMSDispatcher.java366 protected void acknowledgeLastIncomingSms(boolean success, int result, Message response) { argument
373 mCi.acknowledgeLastIncomingCdmaSms(success, causeCode, response);
385 // Cause code is ignored on success.
442 boolean success = (rc == Activity.RESULT_OK) || (rc == Intents.RESULT_SMS_HANDLED);
443 if (!success) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmSMSDispatcher.java318 protected void acknowledgeLastIncomingSms(boolean success, int result, Message response) { argument
319 mCi.acknowledgeLastIncomingGsmSms(success, resultToCause(result), response);
326 // Cause code is ignored on success.
/frameworks/av/media/libstagefright/id3/
H A DID3.cpp155 bool success = removeUnsynchronizationV2_4(false /* iTunesHack */); local
156 if (!success) {
160 success = removeUnsynchronizationV2_4(true /* iTunesHack */);
162 if (success) {
170 if (!success) {

Completed in 1278 milliseconds

123