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

  /hardware/libhardware/include/hardware/
hwcomposer2.h 251 /* These are optional low power modes. getDozeSupport may be called to
415 case HWC2_FUNCTION_GET_DOZE_SUPPORT: return "GetDozeSupport";
607 GetDozeSupport = HWC2_FUNCTION_GET_DOZE_SUPPORT,
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2.cpp 358 if (!loadFunctionPointer(FunctionDescriptor::GetDozeSupport,
    [all...]
HWC2On1Adapter.cpp 243 case FunctionDescriptor::GetDozeSupport:
245 displayHook<decltype(&Display::getDozeSupport),
246 &Display::getDozeSupport, int32_t*>);
736 Error HWC2On1Adapter::Display::getDozeSupport(int32_t* outSupport)
    [all...]

Completed in 129 milliseconds