Searched defs:result (Results 551 - 575 of 680) sorted by relevance

<<2122232425262728

/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraDeviceImpl.java239 // 1 means partial result is not supported.
387 // This is only the result of a programmer misusing the camera2 api.
821 CaptureRequest request, CaptureResult result) {
837 * result metadata is available.
840 CaptureRequest request, TotalCaptureResult result) {
992 * This function is called every time when a result or an error is received.
993 * @param frameNumber the frame number corresponding to the result or error
1008 "result frame number %d comes out of order, should be %d + 1",
1019 * This function is called every time a result has been completed.
1024 * @param frameNumber the frame number corresponding to the result
820 onCapturePartial(CameraDevice camera, CaptureRequest request, CaptureResult result) argument
839 onCaptureCompleted(CameraDevice camera, CaptureRequest request, TotalCaptureResult result) argument
1028 updateTracker(long frameNumber, CaptureResult result, boolean partial) argument
1277 onResultReceived(CameraMetadataNative result, CaptureResultExtras resultExtras) argument
[all...]
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java208 public void sendConfirmResult(boolean confirmed, Bundle result) { argument
211 + " confirmed=" + confirmed + " result=" + result);
213 mCallback.deliverConfirmationResult(mInterface, confirmed, result);
218 public void sendCompleteVoiceResult(Bundle result) { argument
221 + " result=" + result);
223 mCallback.deliverCompleteVoiceResult(mInterface, result);
228 public void sendAbortVoiceResult(Bundle result) { argument
231 + " result
238 sendCommandResult(boolean complete, Bundle result) argument
[all...]
/frameworks/base/core/jni/android/graphics/
H A DBitmap.cpp355 SkBitmap result; local
358 if (!src->copyTo(&result, dstCT, &allocator)) {
361 return GraphicsJNI::createBitmap(env, new SkBitmap(result), allocator.getStorageObj(),
380 bool result; local
381 result = android::uirenderer::ResourceCache::getInstance().recycle(bitmap);
382 return result ? JNI_TRUE : JNI_FALSE;
H A DPath.cpp99 jboolean result = obj->isRect(&rect); local
101 return result;
473 jfloatArray result = env->NewFloatArray(approximationArraySize); local
474 env->SetFloatArrayRegion(result, 0, approximationArraySize, approximation);
476 return result;
523 int result = AndroidRuntime::registerNativeMethods(env, "android/graphics/Path", methods, local
525 return result;
/frameworks/base/core/jni/
H A Dandroid_app_NativeActivity.cpp300 int result = fcntl(code->mainWorkRead, F_SETFL, O_NONBLOCK); local
301 SLOGW_IF(result != 0, "Could not make main work read pipe "
303 result = fcntl(code->mainWorkWrite, F_SETFL, O_NONBLOCK);
304 SLOGW_IF(result != 0, "Could not make main work write pipe "
H A Dandroid_database_SQLiteConnection.cpp319 // We ignore the result of sqlite3_finalize because it is really telling us about
585 CopyRowResult result = CPR_OK; local
600 result = CPR_FULL;
612 result = CPR_FULL;
623 result = CPR_FULL;
635 result = CPR_FULL;
646 result = CPR_FULL;
655 result = CPR_ERROR;
661 if (result != CPR_OK) {
664 return result;
759 jlong result = jlong(startPos) << 32 | jlong(totalRows); local
[all...]
H A Dandroid_util_Process.cpp805 jboolean result = android_os_Process_parseProcLineArray(env, clazz, local
811 return result;
/frameworks/base/drm/jni/
H A Dandroid_drm_DrmManagerClient.cpp395 int result = DRM_ERROR_UNKNOWN; local
404 result = getDrmManagerClientImpl(env, thiz)
411 return static_cast<jint>(result);
417 jboolean result local
422 return result;
765 int result = -1; local
773 result = 0;
776 return result;
781 jint result = -1; local
785 result
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DPath.java131 * Set this path to the result of applying the Op to this path and the specified path.
148 * Set this path to the result of applying the Op to the two specified paths.
177 * points, and cache the result.
830 private static native boolean native_op(long path1, long path2, int op, long result); argument
/frameworks/base/libs/common_time/
H A Dcommon_time_server.cpp639 bool result; local
642 result = handleWhoIsMasterRequest(&pkt.p.who_is_master_request,
647 result = handleWhoIsMasterResponse(&pkt.p.who_is_master_response,
652 result = handleSyncRequest(&pkt.p.sync_request, srcAddr);
656 result = handleSyncResponse(&pkt.p.sync_response, srcAddr);
660 result = handleMasterAnnouncement(&pkt.p.master_announcement,
672 result = false;
676 return result;
954 bool result; local
958 result
[all...]
/frameworks/base/media/jni/
H A Dandroid_media_ImageReader.cpp135 int result = vm->AttachCurrentThread(&env, (void*) &args); local
136 if (result != JNI_OK) {
137 ALOGE("thread attach failed: %#x", result);
147 int result = vm->DetachCurrentThread(); local
148 if (result != JNI_OK) {
149 ALOGE("thread detach failed: %#x", result);
H A Dandroid_media_MediaPlayer.cpp928 jint result = -1; local
1027 result = JNI_VERSION_1_4;
1030 return result;
H A Dandroid_mtp_MtpDatabase.cpp236 MtpObjectHandle result = env->CallIntMethod(mDatabase, method_beginSendObject, local
243 return result;
282 int result = env->CallIntMethod(mDatabase, method_getNumObjects, local
286 return result;
367 MtpResponseCode result = env->GetIntField(list, field_mResult); local
369 if (result == MTP_RESPONSE_OK && count != 1)
370 result = MTP_RESPONSE_GENERAL_ERROR;
372 if (result == MTP_RESPONSE_OK) {
449 result = MTP_RESPONSE_INVALID_OBJECT_PROP_FORMAT;
469 return result;
540 MtpResponseCode result = MTP_RESPONSE_INVALID_OBJECT_PROP_FORMAT; local
643 MtpResponseCode result = MTP_RESPONSE_INVALID_DEVICE_PROP_FORMAT; local
678 MtpResponseCode result = env->GetIntField(list, field_mResult); local
791 MtpResponseCode result = getObjectFilePath(handle, path, length, format); local
852 void* result = NULL; local
879 jint result = env->CallIntMethod(mDatabase, method_getObjectFilePath, local
901 MtpResponseCode result = env->CallIntMethod(mDatabase, method_deleteFile, (jint)handle); local
1002 MtpResponseCode result = env->CallIntMethod(mDatabase, method_setObjectReferences, local
1028 MtpProperty* result = NULL; local
1093 MtpProperty* result = NULL; local
[all...]
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp47 // by the four points in b. The result coordinates are written to xt and yt.
171 ShaderProgram* result = new ShaderProgram(gl_env, s_id_fragment_shader); local
172 result->CompileAndLink();
173 return result;
585 GLint result; local
586 glGetIntegerv(GL_MAX_VARYING_VECTORS, &result);
587 return result;
936 GLint result; local
937 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &result);
938 return result;
[all...]
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDirectoryFragment.java293 public void onLoadFinished(Loader<DirectoryResult> loader, DirectoryResult result) {
296 mAdapter.swapResult(result);
300 if (result.mode != MODE_UNKNOWN) {
301 state.derivedMode = result.mode;
303 state.derivedSortOrder = result.sortOrder;
701 public void swapResult(DirectoryResult result) { argument
702 mCursor = result != null ? result.cursor : null;
722 if (result != null && result
1046 onPostExecute(Bitmap result) argument
[all...]
H A DDocumentsActivity.java334 protected void onPostExecute(Void result) { argument
949 protected void onPostExecute(DocumentInfo result) { argument
950 if (result != null) {
951 mState.stack.push(result);
980 // Pass back result to original caller
1141 protected void onPostExecute(Uri result) { argument
1142 if (result != null) {
1143 onFinished(result);
1167 protected void onPostExecute(Void result) { argument
1186 protected void onPostExecute(Void result) { argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java1049 private void notifyScreenOnLocked(IKeyguardShowCallback result) { argument
1051 Message msg = mHandler.obtainMessage(NOTIFY_SCREEN_ON, result);
1245 // as a result of the callback, so remove any remaining messages from
/frameworks/base/services/core/jni/
H A Dcom_android_server_location_FlpHardwareProvider.cpp614 static void GeofenceAddCallback(int32_t geofenceId, int32_t result) { argument
619 sCallbackEnv->CallVoidMethod(sCallbacksObj, sOnGeofenceAdd, geofenceId, result);
623 static void GeofenceRemoveCallback(int32_t geofenceId, int32_t result) { argument
632 result
637 static void GeofencePauseCallback(int32_t geofenceId, int32_t result) { argument
646 result
651 static void GeofenceResumeCallback(int32_t geofenceId, int32_t result) { argument
660 result
727 int result = sFlpInterface->start_batching(id, &options); local
728 ThrowOnError(env, result, __FUNCTION_
742 int result = sFlpInterface->update_batching_options(id, &options); local
798 int result = sFlpInterface->inject_location(&location); local
825 int result = sFlpDiagnosticInterface->inject_data((char*) data, length); local
838 int result = sFlpDeviceContextInterface->inject_device_context(enabledMask); local
[all...]
/frameworks/base/tools/aidl/
H A DAST.cpp877 string result; local
882 result += "\\\\";
884 result += c;
887 return result;
H A DType.cpp1342 Type* result = Find(name); local
1343 if (result != NULL) {
1344 return result;
1399 result = make_generic_type(g->package, g->name, args);
1400 if (result == NULL) {
1404 this->Add(result);
1405 return this->Find(result->QualifiedName());
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java477 /*package*/ static boolean native_op(long nPath1, long nPath2, int op, long result) { argument
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DDependencyFinder.java85 List<Map<String, Set<String>>> result = new ArrayList<Map<String,Set<String>>>(2);
86 result.add(deps);
87 result.add(missing);
88 return result;
94 public void printAllDeps(List<Map<String, Set<String>>> result) { argument
95 assert result.size() == 2;
96 Map<String, Set<String>> deps = result.get(0);
97 Map<String, Set<String>> missing = result.get(1);
137 public void printMissingDeps(List<Map<String, Set<String>>> result) { argument
138 assert result
[all...]
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp83 return MipsRelocationInfo(*m_Parent, m_Type >> 8, result(), result(), 0);
116 Relocation::DWord result() const function in class:mcld::MipsRelocationInfo
121 Relocation::DWord& result() function in class:mcld::MipsRelocationInfo
209 pReloc.target() |= info.result() & mask;
698 pReloc.result() = A + S;
703 pReloc.result() = A;
815 pReloc.result() = S + A;
824 pReloc.result() = S + A;
844 pReloc.result()
[all...]
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DAndroidCamera2AgentImpl.java409 CaptureResult result) {
410 checkAfState(result);
416 TotalCaptureResult result) {
417 checkAfState(result);
420 private void checkAfState(CaptureResult result) {
421 if (result.get(CaptureResult.CONTROL_AF_STATE) != null &&
429 mCameraResultStateCallback.monitorControlStates(result);
588 CaptureResult result) {
589 checkAeState(result);
595 TotalCaptureResult result) {
845 monitorControlStates(CaptureResult result) argument
[all...]
/frameworks/ex/variablespeed/jni/
H A Dvariablespeed.cc77 #define CheckSLResult(message, result) \
78 CheckSLResult_Real(message, result, __LINE__)
80 // Helper function for debugging - checks the OpenSL result for success.
81 void CheckSLResult_Real(const char* message, SLresult result, int line) { argument
83 // LOGD("sl result %d for %s", result, message);
84 if (SL_RESULT_SUCCESS != result) {
86 static_cast<int>(result), message, line);
88 CHECK(SL_RESULT_SUCCESS == result);
177 // The regular macro: log an api call, make the api call, check the result
369 double result = decodeBuffer_.GetTotalAdvancedCount(); local
466 SLresult result = ReturnOpenSL(audioPlayerQueue, Enqueue, playBuffer, local
544 SLresult result = slCreateEngine(&engine, 1, EngineOption, 0, NULL, NULL); local
[all...]

Completed in 5259 milliseconds

<<2122232425262728