HomeSort by relevance Sort by last modified time
    Searched refs:notifyCallback (Results 1 - 21 of 21) sorted by null

  /hardware/qcom/display/libqservice/
QService.cpp 52 mClient->notifyCallback(SECURING, startEnd);
58 mClient->notifyCallback(UNSECURING, startEnd);
69 result = mClient->notifyCallback(SCREEN_REFRESH, 0);
IQClient.h 36 virtual android::status_t notifyCallback(uint32_t msg, uint32_t value) = 0;
IQClient.cpp 44 virtual status_t notifyCallback(uint32_t msg, uint32_t value) {
67 notifyCallback(msg, value);
  /frameworks/av/include/camera/
ICameraClient.h 34 virtual void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) = 0;
IProCameraCallbacks.h 36 virtual void notifyCallback(int32_t msgType,
CameraBase.h 92 virtual void notifyCallback(int32_t msgType, int32_t ext,
Camera.h 129 virtual void notifyCallback(int32_t msgType, int32_t ext, int32_t ext2);
ProCamera.h 241 virtual void notifyCallback(int32_t msgType,
  /hardware/qcom/display/libhwcomposer/
hwc_qclient.h 49 virtual android::status_t notifyCallback(uint32_t msg, uint32_t value);
hwc_qclient.cpp 53 status_t QClient::notifyCallback(uint32_t msg, uint32_t value) {
  /frameworks/av/camera/
IProCameraCallbacks.cpp 53 void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2)
55 ALOGV("notifyCallback");
99 notifyCallback(msgType, ext1, ext2);
ICameraClient.cpp 42 void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2)
44 ALOGV("notifyCallback");
96 notifyCallback(msgType, ext1, ext2);
Camera.cpp 259 void Camera::notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2)
261 return CameraBaseT::notifyCallback(msgType, ext1, ext2);
CameraBase.cpp 153 notifyCallback(CAMERA_MSG_ERROR, CAMERA_ERROR_SERVER_DIED, /*ext2*/0);
165 void CameraBase<TCam, TCamTraits>::notifyCallback(int32_t msgType,
ProCamera.cpp 58 void ProCamera::notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2)
60 return CameraBaseT::notifyCallback(msgType, ext1, ext2);
  /frameworks/av/services/camera/libcameraservice/
Camera2ClientBase.cpp 246 l.mRemoteCallback->notifyCallback(CAMERA_MSG_FOCUS_MOVE, 1, 0);
249 l.mRemoteCallback->notifyCallback(CAMERA_MSG_FOCUS, 1, 0);
CameraClient.h 96 static void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2, void* user);
CameraClient.cpp 85 mHardware->setCallbacks(notifyCallback,
672 // notifyCallback:
674 // (others) c->notifyCallback
692 void CameraClient::notifyCallback(int32_t msgType, int32_t ext1,
694 LOG2("notifyCallback(%d)", msgType);
787 c->notifyCallback(CAMERA_MSG_SHUTTER, 0, 0);
884 c->notifyCallback(msgType, ext1, ext2);
CameraService.cpp 923 mRemoteCallback->notifyCallback(CAMERA_MSG_ERROR, CAMERA_ERROR_RELEASED, 0);
977 mRemoteCallback->notifyCallback(CAMERA_MSG_ERROR, CAMERA_ERROR_RELEASED, 0);
    [all...]
Camera2Client.cpp     [all...]
  /frameworks/av/services/camera/libcameraservice/camera2/
CaptureSequencer.cpp 697 l.mRemoteCallback->notifyCallback(CAMERA_MSG_SHUTTER,
701 l.mRemoteCallback->notifyCallback(CAMERA_MSG_RAW_IMAGE_NOTIFY,

Completed in 339 milliseconds