Searched defs:success (Results 1 - 25 of 75) 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/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardSecurityCallback.java39 * @param success set to 'true' if user correctly entered security credentials.
41 void reportUnlockAttempt(boolean success); 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/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/api1/client2/
H A DBurstCapture.cpp97 bool success = jpeg->waitForDone(10 * 1e9); local
98 if(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 &&
/frameworks/base/services/core/java/com/android/server/webkit/
H A DWebViewUpdateService.java86 public void notifyRelroCreationCompleted(boolean is64Bit, boolean success) { argument
/frameworks/base/core/java/android/app/
H A DKeyguardManager.java150 * @param success True if the user was able to authenticate, false if
153 void onKeyguardExitResult(boolean success); argument
282 public void onKeyguardExitResult(boolean success) throws RemoteException {
284 callback.onKeyguardExitResult(success);
/frameworks/base/libs/hwui/
H A DDeferredLayerUpdater.cpp57 bool success = true; local
76 return 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.java159 * @param success indicates that last message was successfully received.
164 protected void acknowledgeLastIncomingSms(boolean success, int result, Message response) { argument
165 mPhone.mCi.acknowledgeLastIncomingGsmSms(success, resultToCause(result), response);
187 * @return 0 for success, or a 3GPP SMS failure cause value
193 // Cause code is ignored on success.
/frameworks/av/media/libstagefright/http/
H A DMediaHTTP.cpp59 bool success = mHTTPConnection->connect(uri, &extHeaders); local
66 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/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/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.java192 * @param success indicates that last message was successfully received.
197 protected void acknowledgeLastIncomingSms(boolean success, int result, Message response) { argument
203 mPhone.mCi.acknowledgeLastIncomingCdmaSms(success, causeCode, response);
227 * @return 0 for success, or a CDMA SMS failure cause value
233 // Cause code is ignored on success.
/frameworks/av/media/libstagefright/
H A DDRMExtractor.cpp82 bool success = getFormat()->findCString(kKeyMIMEType, &mime); local
83 CHECK(success);
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp159 Bool success = PVInitVideoDecoder( local
163 if (!success) {
/frameworks/av/media/libstagefright/omx/
H A DGraphicBufferSource.cpp316 bool success = repeatLatestSubmittedBuffer_l(); local
317 if (success) {
882 bool success = repeatLatestSubmittedBuffer_l(); local
884 if (success) {
/frameworks/av/media/libstagefright/wifi-display/
H A DVideoFormats.cpp403 bool success; local
405 success = false;
407 success = GetConfiguration(
411 if (!success) {

Completed in 719 milliseconds

123