/aosp12/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/ |
H A D | GraphicsComposerCallback.h | 46 Return<void> onRefresh(Display display) override;
|
/aosp12/hardware/interfaces/graphics/composer/2.4/utils/vts/include/composer-vts/2.4/ |
H A D | GraphicsComposerCallback.h | 50 Return<void> onRefresh(Display display) override;
|
/aosp12/hardware/interfaces/graphics/composer/2.4/utils/hal/include/composer-hal/2.4/ |
H A D | ComposerClient.h | 72 void onRefresh(Display display) override { in onRefresh() function 74 auto ret = mCallback->onRefresh(display); in onRefresh()
|
H A D | ComposerHal.h | 46 virtual void onRefresh(Display display) = 0;
|
/aosp12/frameworks/base/core/tests/batterystatstests/BatteryStatsViewer/src/com/android/frameworks/core/batterystatsviewer/ |
H A D | BatteryConsumerPickerActivity.java | 75 mSwipeRefreshLayout.setOnRefreshListener(this::onRefresh); in onCreate() 121 private void onRefresh() { in onRefresh() method in BatteryConsumerPickerActivity
|
H A D | BatteryStatsViewerActivity.java | 79 mSwipeRefreshLayout.setOnRefreshListener(this::onRefresh); in onCreate() 113 private void onRefresh() { in onRefresh() method in BatteryStatsViewerActivity
|
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/vts/ |
H A D | GraphicsComposerCallback.cpp | 72 Return<void> GraphicsComposerCallback::onRefresh(Display display) { in onRefresh() function in android::hardware::graphics::composer::V2_1::vts::GraphicsComposerCallback
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/ |
H A D | DirectoryFragment.java | 251 onRefresh(); 268 onRefresh(); 290 mHandler.post(() -> onRefresh()); in checkUriAndScheduleCheckIfNeeded() 309 onRefresh(); in checkUriWithDelay() 591 onRefresh(); in onStart() 1321 public void onRefresh() { in onRefresh() method in DirectoryFragment
|
/aosp12/hardware/interfaces/graphics/composer/2.4/utils/vts/ |
H A D | GraphicsComposerCallback.cpp | 92 Return<void> GraphicsComposerCallback::onRefresh(Display display) { in onRefresh() function in android::hardware::graphics::composer::V2_4::vts::GraphicsComposerCallback
|
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/ |
H A D | ComposerClient.h | 113 void onRefresh(Display display) { in onRefresh() function 115 auto ret = mCallback->onRefresh(display); in onRefresh()
|
H A D | ComposerHal.h | 59 virtual void onRefresh(Display display) = 0;
|
/aosp12/hardware/interfaces/graphics/composer/2.1/ |
H A D | IComposerCallback.hal | 62 oneway onRefresh(Display display);
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
H A D | IsimUiccRecords.java | 391 public void onRefresh(boolean fileChanged, int[] fileList) { in onRefresh() method in IsimUiccRecords
|
H A D | RuimRecords.java | 195 public void onRefresh(boolean fileChanged, int[] fileList) { in onRefresh() method in RuimRecords
|
H A D | IccRecords.java | 831 public abstract void onRefresh(boolean fileChanged, int[] fileList); in onRefresh() method in IccRecords
|
/aosp12/frameworks/native/libs/vr/libvrflinger/ |
H A D | hardware_composer.h | 375 hardware::Return<void> onRefresh(Hwc2::Display display) override;
|
/aosp12/frameworks/native/services/surfaceflinger/tests/fakehwc/ |
H A D | FakeComposerClient.cpp | 197 mEventCallback->onRefresh(display); in refreshDisplay() 199 mEventCallback_2_4->onRefresh(display); in refreshDisplay()
|
/aosp12/hardware/interfaces/graphics/composer/2.4/utils/passthrough/include/composer-passthrough/2.4/ |
H A D | HwcHal.h | 342 hal->mEventCallback_2_4->onRefresh(display); in refreshHook()
|
/aosp12/hardware/qcom/sm7250/display/composer/ |
H A D | QtiComposerClient.h | 220 static void onRefresh(hwc2_callback_data_t callbackData, hwc2_display_t display);
|
H A D | QtiComposerClient.cpp | 147 void QtiComposerClient::onRefresh(hwc2_callback_data_t callbackData, hwc2_display_t display) { in onRefresh() function in vendor::qti::hardware::display::composer::V3_0::implementation::QtiComposerClient 149 auto ret = client->callback_->onRefresh(display); in onRefresh() 260 reinterpret_cast<hwc2_function_pointer_t>(onRefresh)); in enableCallback()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
H A D | GlobalActionsDialogLite.java | 659 protected void onRefresh() { in onRefresh() method in GlobalActionsDialogLite 683 mSysUiState, this::onRefresh, mKeyguardShowing, mPowerAdapter, mUiEventLogger, in createDialog()
|
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/ |
H A D | HwcHal.h | 599 hal->mEventCallback->onRefresh(display); in refreshHook()
|
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/ |
H A D | HWComposer.cpp | 93 Return<void> onRefresh(hal::HWDisplayId display) override { in onRefresh() function in android::__anon6d820a0e0110::ComposerCallbackBridge
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/list/ |
H A D | DefaultContactBrowseListFragment.java | 578 public void onRefresh() { in initSwipeRefreshLayout()
|
/aosp12/frameworks/native/services/vr/hardware_composer/impl/ |
H A D | vr_hwc.cpp | 902 event_callback_->onRefresh(pair.first); in ForceDisplaysRefresh()
|