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

1 2 3

  /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/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 66 err = mClient->notifyCallback(command, inParcel, outParcel);
  /hardware/qcom/display/msm8909/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 66 err = mClient->notifyCallback(command, inParcel, outParcel);
  /hardware/qcom/display/msm8994/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 66 err = mClient->notifyCallback(command, inParcel, outParcel);
  /hardware/qcom/display/msm8996/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);
  /frameworks/av/include/camera/android/hardware/
ICameraClient.h 35 virtual void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) = 0;
  /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/msm8909/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/msm8994/libhwcomposer/
hwc_qclient.h 50 virtual android::status_t notifyCallback(uint32_t command,
  /frameworks/av/include/camera/
CameraBase.h 107 virtual void notifyCallback(int32_t msgType, int32_t ext,

Completed in 490 milliseconds

1 2 3