HomeSort by relevance Sort by last modified time
    Searched defs:GetDisplayType (Results 1 - 10 of 10) sorted by null

  /external/drm_hwcomposer/
drmhwctwo.cpp 429 HWC2::Error DrmHwcTwo::HwcDisplay::GetDisplayType(int32_t *type) {
929 case HWC2::FunctionDescriptor::GetDisplayType:
931 DisplayHook<decltype(&HwcDisplay::GetDisplayType),
932 &HwcDisplay::GetDisplayType, int32_t *>);
    [all...]
  /hardware/qcom/display/msm8909/sdm/libs/hwc2/
hwc_display.cpp 855 HWC2::Error HWCDisplay::GetDisplayType(int32_t *out_type) {
    [all...]
hwc_session.cpp 473 static int32_t GetDisplayType(hwc2_device_t *device, hwc2_display_t display, int32_t *out_type) {
474 return HWCSession::CallDisplayFunction(device, display, &HWCDisplay::GetDisplayType, out_type);
808 case HWC2::FunctionDescriptor::GetDisplayType:
809 return AsFP<HWC2_PFN_GET_DISPLAY_TYPE>(GetDisplayType);
    [all...]
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
hwc_display.cpp 811 HWC2::Error HWCDisplay::GetDisplayType(int32_t *out_type) {
    [all...]
hwc_session.cpp 468 static int32_t GetDisplayType(hwc2_device_t *device, hwc2_display_t display, int32_t *out_type) {
469 return HWCSession::CallDisplayFunction(device, display, &HWCDisplay::GetDisplayType, out_type);
756 case HWC2::FunctionDescriptor::GetDisplayType:
757 return AsFP<HWC2_PFN_GET_DISPLAY_TYPE>(GetDisplayType);
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display.cpp 619 HWC2::Error HWCDisplay::GetDisplayType(int32_t *out_type) {
    [all...]
hwc_session.cpp 358 static int32_t GetDisplayType(hwc2_device_t *device, hwc2_display_t display, int32_t *out_type) {
359 return HWCSession::CallDisplayFunction(device, display, &HWCDisplay::GetDisplayType, out_type);
628 case HWC2::FunctionDescriptor::GetDisplayType:
629 return AsFP<HWC2_PFN_GET_DISPLAY_TYPE>(GetDisplayType);
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_display.cpp 824 HWC2::Error HWCDisplay::GetDisplayType(int32_t *out_type) {
    [all...]
hwc_session.cpp 375 static int32_t GetDisplayType(hwc2_device_t *device, hwc2_display_t display, int32_t *out_type) {
376 return HWCSession::CallDisplayFunction(device, display, &HWCDisplay::GetDisplayType, out_type);
650 case HWC2::FunctionDescriptor::GetDisplayType:
651 return AsFP<HWC2_PFN_GET_DISPLAY_TYPE>(GetDisplayType);
    [all...]
  /hardware/libhardware/include/hardware/
hwcomposer2.h 194 /* Display types returned by getDisplayType */
483 case HWC2_FUNCTION_GET_DISPLAY_TYPE: return "GetDisplayType";
687 GetDisplayType = HWC2_FUNCTION_GET_DISPLAY_TYPE,
    [all...]

Completed in 200 milliseconds