Home
last modified time | relevance | path

Searched refs:setMinIdleRefreshRate (Results 1 – 14 of 14) sorted by relevance

/aosp12/hardware/google/graphics/common/libhwc2.1/
H A Dpixel-display.cpp150 ndk::ScopedAStatus Display::setMinIdleRefreshRate(int fps, int *_aidl_return) { in setMinIdleRefreshRate() function in aidl::com::google::hardware::pixel::display::Display
152 *_aidl_return = mDevice->setMinIdleRefreshRate(fps); in setMinIdleRefreshRate()
H A Dpixel-display.h50 ndk::ScopedAStatus setMinIdleRefreshRate(int fps, int *_aidl_return) override;
/aosp12/hardware/google/interfaces/display/com/google/hardware/pixel/display/
H A DIDisplay.aidl119 int setMinIdleRefreshRate(in int fps); in setMinIdleRefreshRate() method
/aosp12/hardware/google/interfaces/display/aidl_api/com.google.hardware.pixel.display/4/com/google/hardware/pixel/display/
H A DIDisplay.aidl48 int setMinIdleRefreshRate(in int fps); in setMinIdleRefreshRate() method
/aosp12/hardware/google/interfaces/display/aidl_api/com.google.hardware.pixel.display/current/com/google/hardware/pixel/display/
H A DIDisplay.aidl48 int setMinIdleRefreshRate(in int fps); in setMinIdleRefreshRate() method
/aosp12/hardware/google/graphics/common/libhwc2.1/libhwcService/
H A DIExynosHWC.h75 virtual int32_t setMinIdleRefreshRate(uint32_t display_id, int32_t refresh_rate) = 0;
H A DExynosHWCService.h79 virtual int32_t setMinIdleRefreshRate(uint32_t display_id, int32_t fps);
H A DExynosHWCService.cpp447 int32_t ExynosHWCService::setMinIdleRefreshRate(uint32_t display_id, int32_t fps) { in setMinIdleRefreshRate() function in android::ExynosHWCService
453 return display->setMinIdleRefreshRate(fps); in setMinIdleRefreshRate()
H A DIExynosHWC.cpp419 virtual int32_t setMinIdleRefreshRate(uint32_t display_id, int32_t fps) { in setMinIdleRefreshRate() function in android::BpExynosHWCService
696 return setMinIdleRefreshRate(display_id, fps); in onTransact()
/aosp12/hardware/google/graphics/common/libhwc2.1/libmaindisplay/
H A DExynosPrimaryDisplay.h47 virtual int setMinIdleRefreshRate(const int fps) override;
H A DExynosPrimaryDisplay.cpp596 int ExynosPrimaryDisplay::setMinIdleRefreshRate(const int fps) { in setMinIdleRefreshRate() function in ExynosPrimaryDisplay
/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/
H A DExynosDevice.h335 int setMinIdleRefreshRate(const int fps);
H A DExynosDevice.cpp1063 int ExynosDevice::setMinIdleRefreshRate(const int fps) { in setMinIdleRefreshRate() function in ExynosDevice
1066 return display->setMinIdleRefreshRate(fps); in setMinIdleRefreshRate()
H A DExynosDisplay.h1176 virtual int setMinIdleRefreshRate(const int __unused fps) { return NO_ERROR; } in setMinIdleRefreshRate() function