Searched defs:RegisterCallback (Results 1 - 9 of 9) sorted by relevance

/hardware/qcom/media/msm8974/mm-core/inc/
H A DOMX_ContentPipe.h190 CPresult (*RegisterCallback)( CPhandle hContent, CPresult (*ClientCallback)(CP_EVENTTYPE eEvent, CPuint iParam)); member in struct:CP_PIPETYPE
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
H A DOMX_ContentPipe.h190 CPresult (*RegisterCallback)( CPhandle hContent, CPresult (*ClientCallback)(CP_EVENTTYPE eEvent, CPuint iParam)); member in struct:CP_PIPETYPE
/hardware/qcom/media/msm8996/mm-core/inc/
H A DOMX_ContentPipe.h190 CPresult (*RegisterCallback)( CPhandle hContent, CPresult (*ClientCallback)(CP_EVENTTYPE eEvent, CPuint iParam)); member in struct:CP_PIPETYPE
/hardware/qcom/media/msm8998/mm-core/inc/
H A DOMX_ContentPipe.h190 CPresult (*RegisterCallback)( CPhandle hContent, CPresult (*ClientCallback)(CP_EVENTTYPE eEvent, CPuint iParam)); member in struct:CP_PIPETYPE
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
H A Dhwc_session.cpp561 int32_t HWCSession::RegisterCallback(hwc2_device_t *device, int32_t descriptor, function in class:sdm::HWCSession
820 case HWC2::FunctionDescriptor::RegisterCallback:
821 return AsFP<HWC2_PFN_REGISTER_CALLBACK>(RegisterCallback);
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
H A Dhwc_session.cpp526 int32_t HWCSession::RegisterCallback(hwc2_device_t *device, int32_t descriptor, function in class:sdm::HWCSession
768 case HWC2::FunctionDescriptor::RegisterCallback:
769 return AsFP<HWC2_PFN_REGISTER_CALLBACK>(RegisterCallback);
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
H A Dhwc_session.cpp412 int32_t HWCSession::RegisterCallback(hwc2_device_t *device, int32_t descriptor, function in class:sdm::HWCSession
640 case HWC2::FunctionDescriptor::RegisterCallback:
641 return AsFP<HWC2_PFN_REGISTER_CALLBACK>(RegisterCallback);
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_session.cpp431 int32_t HWCSession::RegisterCallback(hwc2_device_t *device, int32_t descriptor, function in class:sdm::HWCSession
662 case HWC2::FunctionDescriptor::RegisterCallback:
663 return AsFP<HWC2_PFN_REGISTER_CALLBACK>(RegisterCallback);
/hardware/libhardware/include/hardware/
H A Dhwcomposer2.h490 case HWC2_FUNCTION_REGISTER_CALLBACK: return "RegisterCallback";
693 RegisterCallback = HWC2_FUNCTION_REGISTER_CALLBACK, member in class:HWC2::FunctionDescriptor

Completed in 263 milliseconds