Searched refs:notifyApStateChange (Results 1 – 8 of 8) sorted by relevance
42 void notifyApStateChange(in android.hardware.automotive.remoteaccess.ApState state); in notifyApStateChange() method
126 void notifyApStateChange(in ApState state); in notifyApStateChange() method
282 ScopedAStatus status = getService()->notifyApStateChange(newState); in TEST_F()319 ASSERT_TRUE(getService()->notifyApStateChange(newState).isOk()); in TEST_F()352 ASSERT_TRUE(getService()->notifyApStateChange(newState).isOk()); in TEST_F()410 ASSERT_TRUE(getService()->notifyApStateChange(newState).isOk()); in TEST_F()416 ASSERT_TRUE(getService()->notifyApStateChange(newState).isOk()); in TEST_F()
79 ndk::ScopedAStatus notifyApStateChange(
172 ScopedAStatus status = mHal->notifyApStateChange(apState); in TEST_P()254 mHal->notifyApStateChange(ApState{ in setTaskCallbackAndReadyForTask()
304 ScopedAStatus RemoteAccessService::notifyApStateChange(const ApState& newState) { in notifyApStateChange() function in android::hardware::automotive::remoteaccess::RemoteAccessService561 auto status = notifyApStateChange(apState); in dump()