Home
last modified time | relevance | path

Searched refs:hasCallback (Results 1 – 16 of 16) sorted by relevance

/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DInFlightRequest.h82 bool hasCallback; member
139 hasCallback(true), in InFlightRequest()
162 hasCallback(hasAppCallback),
H A DCamera3OutputUtils.cpp451 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 DCamera3Device.cpp5151 bool hasCallback = true; in prepareHalRequests() local
5153 hasCallback = false; in prepareHalRequests()
5180 hasCallback, in prepareHalRequests()
/aosp12/system/tools/hidl/
H A DgenerateCppAdapter.cpp144 bool hasCallback = !method->canElideCallback() && !method->results().empty(); in generateAdapterMethod() local
146 if (hasCallback) { in generateAdapterMethod()
165 if (hasCallback) { in generateAdapterMethod()
H A DgenerateCpp.cpp1056 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 DSyncExecutor.java41 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 DTestShellExecutor.java46 public boolean hasCallback(Runnable r) { in hasCallback() method in TestShellExecutor
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DHandlerExecutor.java54 public boolean hasCallback(Runnable r) { in hasCallback() method in HandlerExecutor
H A DShellExecutor.java98 boolean hasCallback(Runnable runnable); in hasCallback() method
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
H A DOneHandedTimeoutHandler.java111 return mMainExecutor.hasCallback(mTimeoutRunnable); in hasScheduledTimeout()
/aosp12/frameworks/base/core/java/android/view/autofill/
H A DIAutoFillManager.aidl44 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 DAutofillManagerServiceImpl.java313 @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 DAutofillManagerService.java1397 boolean hasCallback, int flags, ComponentName clientActivity, in startSession() argument
1421 clientCallback, autofillId, bounds, value, hasCallback, clientActivity, in startSession()
H A DSession.java879 @NonNull IBinder client, boolean hasCallback, @NonNull LocalLog uiLatencyHistory,
902 mHasCallback = hasCallback;
/aosp12/frameworks/av/camera/ndk/ndk_vendor/impl/
H A DACameraDevice.cpp1346 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 DACameraDevice.cpp1349 bool hasCallback = true; in checkAndFireSequenceCompleteLocked() local
1362 hasCallback = false; in checkAndFireSequenceCompleteLocked()