Searched refs:UNSECURING (Results 1 – 13 of 13) sorted by relevance
/hardware/qcom/display/msm8960/libqservice/ |
D | IQService.cpp | 57 remote()->transact(UNSECURING, data, &reply); in unsecuring() 109 case UNSECURING: { in onTransact()
|
D | IQService.h | 41 UNSECURING, // Hardware unsecuring start/end notification enumerator
|
D | QService.cpp | 58 mClient->notifyCallback(UNSECURING, startEnd); in unsecuring()
|
/hardware/qcom/display/msm8226/libqservice/ |
D | IQService.h | 43 UNSECURING, // Hardware unsecuring start/end notification enumerator
|
D | QServiceUtils.h | 70 return sendSingleParam(qService::IQService::UNSECURING, startEnd); in unsecuring()
|
/hardware/qcom/display/msm8084/libqservice/ |
D | IQService.h | 44 UNSECURING, // Hardware unsecuring start/end notification enumerator
|
D | QServiceUtils.h | 70 return sendSingleParam(qService::IQService::UNSECURING, startEnd); in unsecuring()
|
/hardware/qcom/display/msm8994/libqservice/ |
D | IQService.h | 43 UNSECURING = 3, // Hardware unsecuring start/end notification enumerator
|
D | QServiceUtils.h | 70 return sendSingleParam(qService::IQService::UNSECURING, startEnd); in unsecuring()
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_qclient.cpp | 58 case IQService::UNSECURING: in notifyCallback()
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_qclient.cpp | 199 case IQService::UNSECURING: in notifyCallback()
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_qclient.cpp | 245 case IQService::UNSECURING: in notifyCallback()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_qclient.cpp | 358 case IQService::UNSECURING: in notifyCallback()
|