Searched refs:requestLatestConfig (Results 1 – 10 of 10) sorted by relevance
58 void requestLatestConfig() override { in requestLatestConfig() function in android::BpDisplayEventConnection59 callRemoteAsync<decltype(&IDisplayEventConnection::requestLatestConfig)>( in requestLatestConfig()84 return callLocalAsync(data, reply, &IDisplayEventConnection::requestLatestConfig); in onTransact()
82 status_t DisplayEventReceiver::requestLatestConfig() { in requestLatestConfig() function in android::DisplayEventReceiver84 mEventConnection->requestLatestConfig(); in requestLatestConfig()
92 void DisplayEventDispatcher::requestLatestConfig() { in requestLatestConfig() function in android::DisplayEventDispatcher93 status_t status = mReceiver.requestLatestConfig(); in requestLatestConfig()
84 void requestLatestConfig() override; // asynchronous135 virtual void requestLatestConfig(const sp<EventThreadConnection>& connection) = 0;156 void requestLatestConfig(const sp<EventThreadConnection>& connection) override;
155 void EventThreadConnection::requestLatestConfig() { in requestLatestConfig() function in android::EventThreadConnection157 mEventThread->requestLatestConfig(this); in requestLatestConfig()272 void EventThread::requestLatestConfig(const sp<EventThreadConnection>& connection) { in requestLatestConfig() function in android::impl::EventThread
58 virtual void requestLatestConfig() = 0; // Asynchronous
34 void requestLatestConfig();
153 status_t requestLatestConfig();
43 MOCK_METHOD1(requestLatestConfig, void(const sp<android::EventThreadConnection> &));
298 requestLatestConfig(); in scheduleLatestConfigRequest()