Searched refs:notifyCallback (Results 1 - 25 of 42) sorted by relevance

12

/hardware/qcom/display/msm8960/libqservice/
H A DQService.cpp52 mClient->notifyCallback(SECURING, startEnd);
58 mClient->notifyCallback(UNSECURING, startEnd);
69 result = mClient->notifyCallback(SCREEN_REFRESH, 0);
H A DIQClient.h36 virtual android::status_t notifyCallback(uint32_t msg, uint32_t value) = 0;
H A DIQClient.cpp44 virtual status_t notifyCallback(uint32_t msg, uint32_t value) { function in class:qClient::BpQClient
67 notifyCallback(msg, value);
/hardware/interfaces/camera/device/1.0/
H A DICameraDeviceCallback.hal30 notifyCallback(NotifyCallbackMsg msgType, int32_t ext1, int32_t ext2);
/hardware/qcom/display/msm8084/libqservice/
H A DIQClient.cpp32 // process, the implementation below is overridden and the notifyCallback in
47 virtual status_t notifyCallback(uint32_t command, function in class:qClient::BpQClient
73 notifyCallback(command, &data, reply);
H A DIQClient.h36 virtual android::status_t notifyCallback(uint32_t command,
H A DQService.cpp65 err = mClient->notifyCallback(command, inParcel, outParcel);
/hardware/qcom/display/msm8226/libqservice/
H A DIQClient.cpp32 // process, the implementation below is overridden and the notifyCallback in
47 virtual status_t notifyCallback(uint32_t command, function in class:qClient::BpQClient
73 notifyCallback(command, &data, reply);
H A DIQClient.h36 virtual android::status_t notifyCallback(uint32_t command,
H A DQService.cpp66 err = mClient->notifyCallback(command, inParcel, outParcel);
/hardware/qcom/display/msm8909/libqservice/
H A DIQClient.cpp32 // process, the implementation below is overridden and the notifyCallback in
47 virtual status_t notifyCallback(uint32_t command, function in class:qClient::BpQClient
73 notifyCallback(command, &data, reply);
H A DIQClient.h36 virtual android::status_t notifyCallback(uint32_t command,
H A DQService.cpp66 err = mClient->notifyCallback(command, inParcel, outParcel);
/hardware/qcom/display/msm8994/libqservice/
H A DIQClient.cpp32 // process, the implementation below is overridden and the notifyCallback in
47 virtual status_t notifyCallback(uint32_t command, function in class:qClient::BpQClient
73 notifyCallback(command, &data, reply);
H A DIQClient.h36 virtual android::status_t notifyCallback(uint32_t command,
/hardware/qcom/display/msm8996/libqservice/
H A DIQClient.cpp32 // process, the implementation below is overridden and the notifyCallback in
47 virtual status_t notifyCallback(uint32_t command, function in class:qClient::BpQClient
73 notifyCallback(command, &data, reply);
H A DIQClient.h36 virtual android::status_t notifyCallback(uint32_t command,
/hardware/qcom/display/msm8998/libqservice/
H A DIQClient.cpp32 // process, the implementation below is overridden and the notifyCallback in
47 virtual status_t notifyCallback(uint32_t command, function in class:qClient::BpQClient
73 notifyCallback(command, &data, reply);
H A DIQClient.h36 virtual android::status_t notifyCallback(uint32_t command,
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_qclient.h50 virtual android::status_t notifyCallback(uint32_t command,
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_qclient.h50 virtual android::status_t notifyCallback(uint32_t command,
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_qclient.h50 virtual android::status_t notifyCallback(uint32_t command,
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_qclient.h49 virtual android::status_t notifyCallback(uint32_t msg, uint32_t value);
H A Dhwc_qclient.cpp53 status_t QClient::notifyCallback(uint32_t msg, uint32_t value) { function in class:qClient::QClient
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_qclient.h50 virtual android::status_t notifyCallback(uint32_t command,

Completed in 312 milliseconds

12