HomeSort by relevance Sort by last modified time
    Searched refs:NOTIFY_CALLBACK (Results 1 - 8 of 8) sorted by null

  /hardware/qcom/display/msm8084/libqservice/
IQClient.cpp 38 NOTIFY_CALLBACK = IBinder::FIRST_CALL_TRANSACTION,
57 status_t result = remote()->transact(NOTIFY_CALLBACK, data, reply);
70 case NOTIFY_CALLBACK: {
  /hardware/qcom/display/msm8226/libqservice/
IQClient.cpp 38 NOTIFY_CALLBACK = IBinder::FIRST_CALL_TRANSACTION,
57 status_t result = remote()->transact(NOTIFY_CALLBACK, data, reply);
70 case NOTIFY_CALLBACK: {
  /hardware/qcom/display/msm8909/libqservice/
IQClient.cpp 38 NOTIFY_CALLBACK = IBinder::FIRST_CALL_TRANSACTION,
57 status_t result = remote()->transact(NOTIFY_CALLBACK, data, reply);
70 case NOTIFY_CALLBACK: {
  /hardware/qcom/display/msm8960/libqservice/
IQClient.cpp 35 NOTIFY_CALLBACK = IBinder::FIRST_CALL_TRANSACTION,
49 remote()->transact(NOTIFY_CALLBACK, data, &reply);
63 case NOTIFY_CALLBACK: {
  /hardware/qcom/display/msm8994/libqservice/
IQClient.cpp 38 NOTIFY_CALLBACK = IBinder::FIRST_CALL_TRANSACTION,
57 status_t result = remote()->transact(NOTIFY_CALLBACK, data, reply);
70 case NOTIFY_CALLBACK: {
  /hardware/qcom/display/msm8996/libqservice/
IQClient.cpp 38 NOTIFY_CALLBACK = IBinder::FIRST_CALL_TRANSACTION,
57 status_t result = remote()->transact(NOTIFY_CALLBACK, data, reply);
70 case NOTIFY_CALLBACK: {
  /hardware/qcom/display/msmcobalt/libqservice/
IQClient.cpp 38 NOTIFY_CALLBACK = IBinder::FIRST_CALL_TRANSACTION,
57 status_t result = remote()->transact(NOTIFY_CALLBACK, data, reply);
70 case NOTIFY_CALLBACK: {
  /frameworks/av/camera/
ICameraClient.cpp 31 NOTIFY_CALLBACK = IBinder::FIRST_CALL_TRANSACTION,
54 remote()->transact(NOTIFY_CALLBACK, data, &reply, IBinder::FLAG_ONEWAY);
104 case NOTIFY_CALLBACK: {
105 ALOGV("NOTIFY_CALLBACK");

Completed in 1290 milliseconds