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

  /hardware/qcom/display/libqservice/
IQClient.cpp 44 virtual status_t notifyCallback(uint32_t msg, uint32_t value) {
67 notifyCallback(msg, value);
  /hardware/qcom/display/libhwcomposer/
hwc_qclient.cpp 53 status_t QClient::notifyCallback(uint32_t msg, uint32_t value) {
  /frameworks/av/camera/
ICameraClient.cpp 42 void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2)
44 ALOGV("notifyCallback");
96 notifyCallback(msgType, ext1, ext2);
IProCameraCallbacks.cpp 53 void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2)
55 ALOGV("notifyCallback");
99 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/
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);

Completed in 792 milliseconds