Searched refs:notifyCallback (Results 1 - 18 of 18) sorted by relevance

/frameworks/av/camera/include/camera/android/hardware/
H A DICameraClient.h35 virtual void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) = 0;
/frameworks/av/include/camera/android/hardware/
H A DICameraClient.h35 virtual void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) = 0;
/frameworks/base/core/java/com/android/internal/os/
H A DKernelUidCpuTimeReader.java84 boolean notifyCallback = false;
121 notifyCallback = (userTimeDeltaUs != 0 || systemTimeDeltaUs != 0);
125 if (notifyCallback) {
/frameworks/av/camera/include/camera/
H A DCameraBase.h133 virtual void notifyCallback(int32_t msgType, int32_t ext,
H A DCamera.h171 virtual void notifyCallback(int32_t msgType, int32_t ext, int32_t ext2);
/frameworks/av/include/camera/
H A DCameraBase.h133 virtual void notifyCallback(int32_t msgType, int32_t ext,
H A DCamera.h171 virtual void notifyCallback(int32_t msgType, int32_t ext, int32_t ext2);
/frameworks/av/camera/
H A DCameraBase.cpp204 notifyCallback(CAMERA_MSG_ERROR, CAMERA_ERROR_SERVER_DIED, /*ext2*/0);
216 void CameraBase<TCam, TCamTraits>::notifyCallback(int32_t msgType, function in class:android::CameraBase
H A DICameraClient.cpp47 void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) function in class:android::hardware::BpCameraClient
49 ALOGV("notifyCallback");
134 notifyCallback(msgType, ext1, ext2);
H A DCamera.cpp351 void Camera::notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) function in class:android::Camera
353 return CameraBaseT::notifyCallback(msgType, ext1, ext2);
/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.h107 static void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2, void* user);
H A DCameraClient.cpp90 mHardware->setCallbacks(notifyCallback,
836 // notifyCallback:
838 // (others) c->notifyCallback
848 void CameraClient::notifyCallback(int32_t msgType, int32_t ext1, function in class:android::CameraClient
850 LOG2("notifyCallback(%d)", msgType);
971 c->notifyCallback(CAMERA_MSG_SHUTTER, 0, 0);
1075 c->notifyCallback(msgType, ext1, ext2);
H A DCamera2Client.cpp1366 l.mRemoteCallback->notifyCallback(CAMERA_MSG_FOCUS,
1791 l.mRemoteCallback->notifyCallback(CAMERA_MSG_ERROR, err, 0);
1913 l.mRemoteCallback->notifyCallback(CAMERA_MSG_FOCUS_MOVE,
1921 l.mRemoteCallback->notifyCallback(CAMERA_MSG_FOCUS,
/frameworks/av/camera/tests/
H A DCameraZSLTests.cpp47 void notifyCallback(int32_t msgType, int32_t, int32_t) override;
98 void CameraZSLTests::notifyCallback(int32_t msgType, int32_t, function in class:CameraZSLTests
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCaptureSequencer.cpp734 l.mRemoteCallback->notifyCallback(CAMERA_MSG_SHUTTER,
738 l.mRemoteCallback->notifyCallback(CAMERA_MSG_RAW_IMAGE_NOTIFY,
/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.h376 hardware::Return<void> notifyCallback(
H A DCameraHardwareInterface.cpp73 hardware::Return<void> CameraHardwareInterface::notifyCallback( function in class:android::CameraHardwareInterface
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp2347 mRemoteCallback->notifyCallback(CAMERA_MSG_ERROR, api1ErrorCode, 0);

Completed in 145 milliseconds