Home
last modified time | relevance | path

Searched refs:notifyCallback (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
DResolverAppPredictorCallback.java37 private void notifyCallback(List<AppTarget> list) { in notifyCallback() method in ResolverAppPredictorCallback
45 return this::notifyCallback; in asConsumer()
49 return this::notifyCallback; in asCallback()
/frameworks/av/camera/include/camera/android/hardware/
DICameraClient.h35 virtual void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) = 0;
/frameworks/av/camera/
DICameraClient.cpp47 void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) in notifyCallback() function in android::hardware::BpCameraClient
134 notifyCallback(msgType, ext1, ext2); in onTransact()
DCameraBase.cpp233 notifyCallback(CAMERA_MSG_ERROR, CAMERA_ERROR_SERVER_DIED, /*ext2*/0); in binderDied()
245 void CameraBase<TCam, TCamTraits>::notifyCallback(int32_t msgType, in notifyCallback() function in android::CameraBase
DCamera.cpp299 void Camera::notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) in notifyCallback() function in android::Camera
301 return CameraBaseT::notifyCallback(msgType, ext1, ext2); in notifyCallback()
/frameworks/av/camera/tests/
DCameraZSLTests.cpp49 void notifyCallback(int32_t msgType, int32_t, int32_t) override;
101 void CameraZSLTests::notifyCallback(int32_t msgType, int32_t, in notifyCallback() function in CameraZSLTests
/frameworks/av/camera/include/camera/
DCameraBase.h155 virtual void notifyCallback(int32_t msgType, int32_t ext,
DCamera.h171 virtual void notifyCallback(int32_t msgType, int32_t ext, int32_t ext2);
/frameworks/av/camera/tests/fuzzer/
Dcamera_fuzzer.cpp97 void notifyCallback(int32_t, int32_t, int32_t) override { return; }; in notifyCallback() function in CameraFuzzer
298 mCamera->notifyCallback(msgTypeNC, ext, ext2); in invokeCamera()
/frameworks/av/services/camera/libcameraservice/api1/client2/
DCaptureSequencer.cpp765 l.mRemoteCallback->notifyCallback(CAMERA_MSG_SHUTTER, in shutterNotifyLocked()
769 l.mRemoteCallback->notifyCallback(CAMERA_MSG_RAW_IMAGE_NOTIFY, in shutterNotifyLocked()
/frameworks/av/services/camera/libcameraservice/libcameraservice_fuzzer/
Dcamera_service_fuzzer.cpp138 void notifyCallback(int32_t msgType, int32_t, int32_t) override;
148 void CameraFuzzer::notifyCallback(int32_t msgType, int32_t, int32_t) { in notifyCallback() function in CameraFuzzer
/frameworks/av/services/camera/libcameraservice/api1/
DCamera2Client.cpp1423 l.mRemoteCallback->notifyCallback(CAMERA_MSG_FOCUS, in autoFocus()
1861 l.mRemoteCallback->notifyCallback(CAMERA_MSG_ERROR, err, 0); in notifyError()
1983 l.mRemoteCallback->notifyCallback(CAMERA_MSG_FOCUS_MOVE, in notifyAutoFocus()
1991 l.mRemoteCallback->notifyCallback(CAMERA_MSG_FOCUS, in notifyAutoFocus()
/frameworks/base/core/java/android/view/autofill/
DAutofillManager.java3579 notifyCallback(sessionId, id, AutofillCallback.EVENT_INPUT_UNAVAILABLE); in notifyNoFillUi()
3587 private void notifyCallback( in notifyCallback() method in AutofillManager
4576 () -> afm.notifyCallback( in notifyFillUiShown()
4586 () -> afm.notifyCallback( in notifyFillUiHidden()
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp4541 mRemoteCallback->notifyCallback(CAMERA_MSG_ERROR, api1ErrorCode, 0); in notifyError()