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

1 2

  /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/msm8909w_3100/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/msm8998/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) {
  /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,
  /frameworks/av/camera/
CameraBase.cpp 204 notifyCallback(CAMERA_MSG_ERROR, CAMERA_ERROR_SERVER_DIED, /*ext2*/0);
216 void CameraBase<TCam, TCamTraits>::notifyCallback(int32_t msgType,
ICameraClient.cpp 47 void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2)
49 ALOGV("notifyCallback");
134 notifyCallback(msgType, ext1, ext2);
Camera.cpp 351 void Camera::notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2)
353 return CameraBaseT::notifyCallback(msgType, ext1, ext2);
  /frameworks/av/camera/tests/
CameraZSLTests.cpp 47 void notifyCallback(int32_t msgType, int32_t, int32_t) override;
98 void CameraZSLTests::notifyCallback(int32_t msgType, int32_t,
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_qclient.cpp 350 status_t QClient::notifyCallback(uint32_t command, const Parcel* inParcel,
  /frameworks/av/services/camera/libcameraservice/device1/
CameraHardwareInterface.cpp 73 hardware::Return<void> CameraHardwareInterface::notifyCallback(
  /frameworks/av/services/camera/libcameraservice/api1/
CameraClient.cpp 90 mHardware->setCallbacks(notifyCallback,
836 // notifyCallback:
838 // (others) c->notifyCallback
848 void CameraClient::notifyCallback(int32_t msgType, int32_t ext1,
850 LOG2("notifyCallback(%d)", msgType);
971 c->notifyCallback(CAMERA_MSG_SHUTTER, 0, 0);
    [all...]
  /hardware/qcom/display/msm8909/sdm/libs/hwc/
hwc_session.cpp 696 android::status_t HWCSession::notifyCallback(uint32_t command, const android::Parcel *input_parcel,
    [all...]
  /hardware/qcom/display/msm8909/sdm/libs/hwc2/
hwc_session.cpp     [all...]
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
hwc_session.cpp 696 android::status_t HWCSession::notifyCallback(uint32_t command, const android::Parcel *input_parcel,
    [all...]
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
hwc_session.cpp     [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 752 android::status_t HWCSession::notifyCallback(uint32_t command, const android::Parcel *input_parcel,
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_session.cpp 774 android::status_t HWCSession::notifyCallback(uint32_t command, const android::Parcel *input_parcel,
    [all...]

Completed in 630 milliseconds

1 2