/aosp12/frameworks/av/services/camera/libcameraservice/device3/ |
H A D | InFlightRequest.h | 82 bool hasCallback; member 139 hasCallback(true), in InFlightRequest() 162 hasCallback(hasAppCallback),
|
H A D | Camera3OutputUtils.cpp | 451 if (request.hasCallback && request.requestStatus == OK && in removeInFlightRequestIfReadyLocked() 553 request.hasCallback, result->num_output_buffers, in processCaptureResult() 604 if (isPartialResult && request.hasCallback) { in processCaptureResult() 689 } else if (request.hasCallback) { in processCaptureResult() 1038 if (r.hasCallback) { in notifyShutter()
|
H A D | Camera3Device.cpp | 5151 bool hasCallback = true; in prepareHalRequests() local 5153 hasCallback = false; in prepareHalRequests() 5180 hasCallback, in prepareHalRequests()
|
/aosp12/system/tools/hidl/ |
H A D | generateCppAdapter.cpp | 144 bool hasCallback = !method->canElideCallback() && !method->results().empty(); in generateAdapterMethod() local 146 if (hasCallback) { in generateAdapterMethod() 165 if (hasCallback) { in generateAdapterMethod()
|
H A D | generateCpp.cpp | 1056 const bool hasCallback = returnsValue && elidedReturn == nullptr; in generateStaticProxyMethodSource() local 1070 if (!hasCallback) { in generateStaticProxyMethodSource() 1114 if (hasCallback) { in generateStaticProxyMethodSource() 1130 … Type::ErrorMode errorMode = hasCallback ? Type::ErrorMode_ReturnNothing : Type::ErrorMode_Goto; in generateStaticProxyMethodSource() 1135 if (hasCallback) { in generateStaticProxyMethodSource() 1172 if (hasCallback) { in generateStaticProxyMethodSource()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
H A D | SyncExecutor.java | 41 public boolean hasCallback(Runnable runnable) { in hasCallback() method in SyncExecutor
|
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/ |
H A D | TestShellExecutor.java | 46 public boolean hasCallback(Runnable r) { in hasCallback() method in TestShellExecutor
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
H A D | HandlerExecutor.java | 54 public boolean hasCallback(Runnable r) { in hasCallback() method in HandlerExecutor
|
H A D | ShellExecutor.java | 98 boolean hasCallback(Runnable runnable); in hasCallback() method
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/ |
H A D | OneHandedTimeoutHandler.java | 111 return mMainExecutor.hasCallback(mTimeoutRunnable); in hasScheduledTimeout()
|
/aosp12/frameworks/base/core/java/android/view/autofill/ |
H A D | IAutoFillManager.aidl | 44 in Rect bounds, in AutofillValue value, int userId, boolean hasCallback, int flags, in startSession() argument
|
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/ |
H A D | AutofillManagerServiceImpl.java | 313 @NonNull Rect virtualBounds, @Nullable AutofillValue value, boolean hasCallback, in startSessionLocked() argument 362 clientCallback, hasCallback, clientActivity, compatMode, in startSessionLocked() 374 + " hc=" + hasCallback + " f=" + flags + " aa=" + forAugmentedAutofillOnly; in startSessionLocked() 498 int clientUid, @NonNull IBinder clientCallback, boolean hasCallback, in createSessionByTokenLocked() argument 521 sessionId, taskId, clientUid, clientActivityToken, clientCallback, hasCallback, in createSessionByTokenLocked()
|
H A D | AutofillManagerService.java | 1397 boolean hasCallback, int flags, ComponentName clientActivity, in startSession() argument 1421 clientCallback, autofillId, bounds, value, hasCallback, clientActivity, in startSession()
|
H A D | Session.java | 879 @NonNull IBinder client, boolean hasCallback, @NonNull LocalLog uiLatencyHistory, 902 mHasCallback = hasCallback;
|
/aosp12/frameworks/av/camera/ndk/ndk_vendor/impl/ |
H A D | ACameraDevice.cpp | 1346 bool hasCallback = true; in checkAndFireSequenceCompleteLocked() local 1357 hasCallback = false; in checkAndFireSequenceCompleteLocked() 1366 if (seqCompleted && hasCallback) { in checkAndFireSequenceCompleteLocked() 1389 if (seqCompleted || !hasCallback) { in checkAndFireSequenceCompleteLocked()
|
/aosp12/frameworks/av/camera/ndk/impl/ |
H A D | ACameraDevice.cpp | 1349 bool hasCallback = true; in checkAndFireSequenceCompleteLocked() local 1362 hasCallback = false; in checkAndFireSequenceCompleteLocked()
|