Searched defs:result (Results 601 - 625 of 680) sorted by relevance

<<2122232425262728

/frameworks/av/services/audioflinger/
H A DEffects.cpp940 String8 result; local
943 result.append(buffer);
948 result.append("\t\tCould not lock Fx mutex:\n");
951 result.append("\t\tSession Status State Engine:\n");
954 result.append(buffer);
956 result.append("\t\tDescriptor:\n");
962 result.append(buffer);
969 result.append(buffer);
974 result.append(buffer);
977 result
1719 String8 result; local
[all...]
H A DTracks.cpp499 /*static*/ void AudioFlinger::PlaybackThread::Track::appendDumpHeader(String8& result) argument
501 result.append(" Name Active Client Type Fmt Chn mask Session fCount S F SRate "
632 // Don't call for fast tracks; the framesReady() could result in priority inversion
1254 // filled with silence by the TimedAudioTrack), then this can result
2106 /*static*/ void AudioFlinger::RecordThread::RecordTrack::appendDumpHeader(String8& result) argument
2108 result.append(" Active Client Fmt Chn mask Session S Server fCount SRate\n");
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp1510 CaptureResultExtras resultExtras; // a dummy result (invalid)
1610 String8 result; local
1612 result.appendFormat("Permission Denial: "
1616 write(fd, result.string(), result.size());
1621 result.append("CameraService may be deadlocked\n");
1622 write(fd, result.string(), result.size());
1627 result = String8::format("No camera module available!\n");
1628 write(fd, result
[all...]
/frameworks/av/services/camera/libcameraservice/device2/
H A DCamera2Device.cpp159 String8 result; local
170 result.appendFormat(" Camera2Device[%d] dump (detail level %d):\n",
174 result = " Request queue contents:\n";
175 write(fd, result.string(), result.size());
178 result = " Frame queue contents:\n";
179 write(fd, result.string(), result.size());
183 result = " Active streams:\n";
184 write(fd, result
529 getNextResult(CaptureResult *result) argument
851 String8 result; local
1260 String8 result = String8::format(" Stream %d: %d x %d, format 0x%x\\n", local
1499 String8 result = local
[all...]
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp189 // Will the HAL be sending in early partial result metadata?
1206 CaptureResult &result = *(mResultQueue.begin()); local
1207 frame->mResultExtras = result.mResultExtras;
1208 frame->mMetadata.acquire(result.mMetadata);
1713 * Check if all 3A fields are ready, and send off a partial 3A-only result
1764 // Got all states, so construct a minimal result to send
1846 bool Camera3Device::get3AResult(const CameraMetadata& result, int32_t tag, argument
1852 entry = result.find(tag);
1871 bool Camera3Device::insert3AResult(CameraMetadata& result, int32_t tag, argument
1873 if (result
2011 processCaptureResult(const camera3_capture_result *result) argument
3152 sProcessCaptureResult(const camera3_callback_ops *cb, const camera3_capture_result *result) argument
[all...]
/frameworks/base/core/java/android/accounts/
H A DAccountManager.java131 * The result is retrieved by calling {@link AccountManagerFuture#getResult()}
134 * necessary) and either returns the result or throws an exception if an error
270 public static Bundle sanitizeResult(Bundle result) { argument
271 if (result != null) {
272 if (result.containsKey(KEY_AUTHTOKEN)
273 && !TextUtils.isEmpty(result.getString(KEY_AUTHTOKEN))) {
274 final Bundle newResult = new Bundle(result);
279 return result;
524 * @param callback callback to invoke when the result is available. may be null.
542 throw new AuthenticatorException("no result i
[all...]
/frameworks/base/core/java/android/app/
H A DInstrumentation.java423 * canned result returned.
447 * @param result A canned result to return if the monitor is hit; can
450 * start (returning its canned result) or let the call
456 IntentFilter which, ActivityResult result, boolean block) {
459 mResult = result;
468 * @param result A canned result to return if the monitor is hit; can
471 * start (returning its canned result) or let the call
477 String cls, ActivityResult result, boolea
455 ActivityMonitor( IntentFilter which, ActivityResult result, boolean block) argument
476 ActivityMonitor( String cls, ActivityResult result, boolean block) argument
635 addMonitor( IntentFilter filter, ActivityResult result, boolean block) argument
658 addMonitor( String cls, ActivityResult result, boolean block) argument
[all...]
/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyManager.java406 * result of whether or not the user approved the action. If approved, the result will
415 * permissions, the operation will return a failure result.
1790 * ways. If the result is {@link #ENCRYPTION_STATUS_UNSUPPORTED}, the
1792 * result is {@link #ENCRYPTION_STATUS_INACTIVE}, use {@link
1794 * storage. If the result is {@link #ENCRYPTION_STATUS_ACTIVATING} or
2185 public void getRemoveWarning(ComponentName admin, RemoteCallback result) { argument
2188 mService.getRemoveWarning(admin, result, UserHandle.myUserId());
3500 * given package to be available in the parent profile. As a result the user will be able to
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java74 * client should never expect to see this result code.
361 * <p> Moreover, the data received in the activity result will contain the following
386 * Upon completion, the activity result may contain the following fields:
396 * Extra information received with the {@link #ACTION_GET_SAMPLE_TEXT} intent result where
404 * Extra information received with the {@link #ACTION_CHECK_TTS_DATA} intent result where
412 * Extra information received with the {@link #ACTION_CHECK_TTS_DATA} intent result where
420 * Extra information received with the {@link #ACTION_CHECK_TTS_DATA} intent result where
432 * Extra information received with the {@link #ACTION_CHECK_TTS_DATA} intent result where
443 * Extra information received with the {@link #ACTION_CHECK_TTS_DATA} intent result where
467 * Extra information received with the {@link #ACTION_TTS_DATA_INSTALLED} intent result
811 dispatchOnInit(int result) argument
2140 onPostExecute(Integer result) argument
[all...]
/frameworks/base/core/jni/
H A DAndroidRuntime.cpp533 int result = -1; local
912 result = 0;
915 return result;
920 char* result = strdup(className); local
921 for (char* cp = result; *cp != '\0'; cp++) {
926 return result;
1059 ALOGI("VM exiting with result code %d, cleanup skipped.", code);
1062 ALOGI("VM exiting with result code %d.", code);
1099 jint result; local
1108 result
1121 jint result; local
1143 int result; local
1175 int result; local
[all...]
H A Dandroid_graphics_Canvas.cpp142 bool result = get_canvas(canvasHandle)->getClipBounds(&r); local
144 if (!result) {
150 return result ? JNI_TRUE : JNI_FALSE;
155 bool result = get_canvas(canvasHandle)->quickRejectRect(left, top, right, bottom); local
156 return result ? JNI_TRUE : JNI_FALSE;
161 bool result = get_canvas(canvasHandle)->quickRejectPath(*path); local
162 return result ? JNI_TRUE : JNI_FALSE;
H A Dandroid_opengl_GLES31.cpp2661 jstring result = _env->NewStringUTF(buf); local
2663 return result;
H A Dandroid_os_Debug.cpp730 jint result = atoi(ptr); local
732 return result;
H A Dandroid_util_AssetManager.cpp578 jobjectArray result = env->NewObjectArray(N, g_stringClass, NULL); local
579 if (result == NULL) {
588 env->SetObjectArrayElement(result, i, str);
592 return result;
H A Dandroid_util_Binder.cpp308 //aout << "onTransact to Java code; result=" << res << endl
427 bool result; local
431 result = env->IsSameObject(obj, mObject);
434 result = env->IsSameObject(obj, me);
437 return result;
H A Dandroid_view_GLES20Canvas.cpp246 const bool result = renderer->quickRejectConservative(left, top, right, bottom); local
247 return result ? JNI_TRUE : JNI_FALSE;
254 const bool result = renderer->clipRect(left, top, right, bottom, local
256 return result ? JNI_TRUE : JNI_FALSE;
263 const bool result = renderer->clipRect(float(left), float(top), float(right), local
266 return result ? JNI_TRUE : JNI_FALSE;
273 const bool result = renderer->clipPath(path, static_cast<SkRegion::Op>(op)); local
274 return result ? JNI_TRUE : JNI_FALSE;
281 const bool result = renderer->clipRegion(region, static_cast<SkRegion::Op>(op)); local
282 return result
[all...]
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp110 uint32_t result = nativePaint->getFlags(); local
111 result &= ~sFilterBitmapFlag; // Filtering no longer stored in this bit. Mask away.
113 result |= sFilterBitmapFlag;
115 return static_cast<jint>(result);
530 jfloat result = 0; local
535 result = layout.getAdvance();
537 return result;
683 jfloat result = doTextRunAdvances(env, paint, typeface, textArray + contextIndex, local
686 return result;
696 jfloat result local
706 size_t result = GraphemeBreak::getTextRunCursor(text, start, count, offset, moveOpt); local
714 jint result = doTextRunCursor(env, paint, textArray, contextStart, contextCount, dir, local
724 jint result = doTextRunCursor(env, paint, textArray, contextStart, local
1050 int result = AndroidRuntime::registerNativeMethods(env, "android/graphics/Paint", methods, local
[all...]
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp88 int result = POLY_CLIP_OUT; local
143 result = poly_clip_to_frustum(&poly);
144 if ( result != POLY_CLIP_OUT) {
145 return result;
149 return result;
903 int result = etc1_encode_image((etc1_byte*) inB.getData(), local
936 int result = etc1_decode_image((etc1_byte*) inB.getData(), local
964 jboolean result = false; local
970 result = etc1_pkm_is_valid((etc1_byte*) headerB.getData());
973 return result
981 jint result = 0; local
998 jint result = 0; local
1062 int result = 0; local
[all...]
/frameworks/base/media/jni/
H A Dandroid_media_MediaDrm.cpp411 jbyteArray result = env->NewByteArray(length); local
412 if (result != NULL) {
413 env->SetByteArrayRegion(result, 0, length, (jbyte *)vector.array());
415 return result;
419 String8 result; local
423 result = s;
426 return result;
/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java1862 "Unknown service start result: " + res);
2018 ArrayList<ServiceRecord> result) {
2037 result.add(service);
2015 collectForceStopServicesLocked(String name, int userId, boolean evenPersistent, boolean doit, ArrayMap<ComponentName, ServiceRecord> services, ArrayList<ServiceRecord> result) argument
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java282 null /* no result since this is a cancel */);
861 * Post a delayed message to the handler that will result in the cancellation of the provided
1195 public void onFinished(SyncResult result) { argument
1200 sendSyncFinishedOrCanceledMessage(this, result);
2769 runSyncFinishedOrCanceledLocked(null /* no result since this is a cancel */,
2799 + syncOperation + ", result " + syncResult);
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecLocalDeviceTv.java249 * @param callback callback object to report the result with
464 private static void invokeCallback(IHdmiControlCallback callback, int result) { argument
469 callback.onComplete(result);
1166 void announceOneTouchRecordResult(int recorderAddress, int result) { argument
1167 mService.invokeOneTouchRecordResult(recorderAddress, result);
1170 void announceTimerRecordingResult(int recorderAddress, int result) { argument
1171 mService.invokeTimerRecordingResult(recorderAddress, result);
1174 void announceClearTimerRecordingResult(int recorderAddress, int result) { argument
1175 mService.invokeClearTimerRecordingResult(recorderAddress, result);
1309 // If child's last non-zero nibble is removed, the result equal
[all...]
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp513 sp<KeyCharacterMap> result; local
529 String8(contentsChars.c_str()), KeyCharacterMap::FORMAT_OVERLAY, &result); local
532 return result;
541 String8 result; local
544 result.setTo(aliasChars.c_str());
547 return result;
912 nsecs_t result = 0; local
928 result = -1;
930 result = milliseconds_to_nanoseconds(delayMillis);
938 return result;
945 bool result = false; local
987 jboolean result = env->CallBooleanMethod(mServiceObj, local
1026 status_t result = im->getInputManager()->start(); local
1086 jboolean result; local
[all...]
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java566 for(ScanResult result : scanResultCache.values()) {
567 if (result.seen == 0)
570 if (result.is5GHz()) {
574 } else if (result.is24GHz()) {
580 if ((now_ms - result.seen) > age) continue;
582 if (result.is5GHz()) {
583 if (result.level > status.rssi5) {
584 status.rssi5 = result.level;
585 status.age5 = result.seen;
586 status.BSSID5 = result
1412 configKey(ScanResult result) argument
[all...]
/frameworks/native/libs/binder/
H A DParcel.cpp848 int result = ashmem_set_prot_region(fd, PROT_READ | PROT_WRITE); local
849 if (result < 0) {
850 status = result;
856 result = ashmem_set_prot_region(fd, PROT_READ);
857 if (result < 0) {
858 status = result;
1003 T result; local
1004 if (readAligned(&result) != NO_ERROR) {
1005 result = 0;
1008 return result;
[all...]

Completed in 901 milliseconds

<<2122232425262728