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

1 2

  /hardware/qcom/display/msm8960/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);
  /hardware/qcom/display/msm8974/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);
  /hardware/qcom/display/msm8084/libqservice/
IQClient.h 36 virtual android::status_t notifyCallback(uint32_t command,
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);
QService.cpp 65 err = mClient->notifyCallback(command, inParcel, outParcel);
  /hardware/qcom/display/msm8226/libqservice/
IQClient.h 36 virtual android::status_t notifyCallback(uint32_t command,
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);
QService.cpp 60 err = mClient->notifyCallback(command, inParcel, outParcel);
  /frameworks/av/include/camera/
ICameraClient.h 37 virtual void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) = 0;
IProCameraCallbacks.h 39 virtual void notifyCallback(int32_t msgType,
CameraBase.h 93 virtual void notifyCallback(int32_t msgType, int32_t ext,
Camera.h 147 virtual void notifyCallback(int32_t msgType, int32_t ext, int32_t ext2);
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_qclient.h 50 virtual android::status_t notifyCallback(uint32_t command,
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_qclient.h 50 virtual android::status_t notifyCallback(uint32_t command,
  /hardware/qcom/display/msm8960/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) {
  /hardware/qcom/display/msm8974/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 50 void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2)
52 ALOGV("notifyCallback");
96 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);
CameraBase.cpp 158 notifyCallback(CAMERA_MSG_ERROR, CAMERA_ERROR_SERVER_DIED, /*ext2*/0);
170 void CameraBase<TCam, TCamTraits>::notifyCallback(int32_t msgType,

Completed in 364 milliseconds

1 2