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

  /hardware/qcom/display/msm8084/libqservice/
IQClient.cpp 32 // process, the implementation below is overridden and the notifyCallback in
47 virtual status_t notifyCallback(uint32_t command,
73 notifyCallback(command, &data, reply);
  /hardware/qcom/display/msm8226/libqservice/
IQClient.cpp 32 // process, the implementation below is overridden and the notifyCallback in
47 virtual status_t notifyCallback(uint32_t command,
73 notifyCallback(command, &data, reply);
  /hardware/qcom/display/msm8909/libqservice/
IQClient.cpp 32 // process, the implementation below is overridden and the notifyCallback in
47 virtual status_t notifyCallback(uint32_t command,
73 notifyCallback(command, &data, reply);
  /hardware/qcom/display/msm8960/libqservice/
IQClient.cpp 44 virtual status_t notifyCallback(uint32_t msg, uint32_t value) {
67 notifyCallback(msg, value);
  /hardware/qcom/display/msm8994/libqservice/
IQClient.cpp 32 // process, the implementation below is overridden and the notifyCallback in
47 virtual status_t notifyCallback(uint32_t command,
73 notifyCallback(command, &data, reply);
  /hardware/qcom/display/msm8996/libqservice/
IQClient.cpp 32 // process, the implementation below is overridden and the notifyCallback in
47 virtual status_t notifyCallback(uint32_t command,
73 notifyCallback(command, &data, reply);
  /hardware/qcom/display/msmcobalt/libqservice/
IQClient.cpp 32 // process, the implementation below is overridden and the notifyCallback in
47 virtual status_t notifyCallback(uint32_t command,
73 notifyCallback(command, &data, reply);
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_qclient.cpp 53 status_t QClient::notifyCallback(uint32_t msg, uint32_t value) {
  /frameworks/av/camera/
ICameraClient.cpp 46 void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2)
48 ALOGV("notifyCallback");
110 notifyCallback(msgType, ext1, ext2);
CameraBase.cpp 179 notifyCallback(CAMERA_MSG_ERROR, CAMERA_ERROR_SERVER_DIED, /*ext2*/0);
191 void CameraBase<TCam, TCamTraits>::notifyCallback(int32_t msgType,
Camera.cpp 343 void Camera::notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2)
345 return CameraBaseT::notifyCallback(msgType, ext1, ext2);
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_qclient.cpp 191 status_t QClient::notifyCallback(uint32_t command, const Parcel* inParcel,
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_qclient.cpp 237 status_t QClient::notifyCallback(uint32_t command, const Parcel* inParcel,
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_qclient.cpp 339 status_t QClient::notifyCallback(uint32_t command, const Parcel* inParcel,
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_qclient.cpp 350 status_t QClient::notifyCallback(uint32_t command, const Parcel* inParcel,
  /frameworks/av/services/camera/libcameraservice/api1/
CameraClient.cpp 87 mHardware->setCallbacks(notifyCallback,
754 // notifyCallback:
756 // (others) c->notifyCallback
766 void CameraClient::notifyCallback(int32_t msgType, int32_t ext1,
768 LOG2("notifyCallback(%d)", msgType);
846 c->notifyCallback(CAMERA_MSG_SHUTTER, 0, 0);
949 c->notifyCallback(msgType, ext1, ext2);
    [all...]
  /device/huawei/angler/camera/QCamera2/HAL/
QCamera2HWICallbacks.cpp 774 rc = m_cbNotifier.notifyCallback(cbArg);
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/
QCamera2HWICallbacks.cpp 774 rc = m_cbNotifier.notifyCallback(cbArg);
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCamera2HWICallbacks.cpp 669 rc = m_cbNotifier.notifyCallback(cbArg);
749 int32_t rc = pme->m_cbNotifier.notifyCallback(cbArg);
832 pme->m_cbNotifier.notifyCallback(cbArg);
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_session.cpp 676 android::status_t HWCSession::notifyCallback(uint32_t command, const android::Parcel *input_parcel,
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_session.cpp 746 android::status_t HWCSession::notifyCallback(uint32_t command, const android::Parcel *input_parcel,
    [all...]
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc/
hwc_session.cpp 671 android::status_t HWCSession::notifyCallback(uint32_t command, const android::Parcel *input_parcel,
    [all...]
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc2/
hwc_session.cpp 744 android::status_t HWCSession::notifyCallback(uint32_t command, const android::Parcel *input_parcel,
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCamera2HWICallbacks.cpp     [all...]
  /hardware/qcom/camera/msmcobalt/QCamera2/HAL/
QCamera2HWICallbacks.cpp     [all...]

Completed in 820 milliseconds