Home
last modified time | relevance | path

Searched refs:handleState (Results 1 – 7 of 7) sorted by relevance

/packages/services/Car/cpp/computepipe/aidl/aidl_api/android.automotive.computepipe.runner/1/android/automotive/computepipe/runner/
DIPipeStateCallback.aidl21 oneway void handleState(in android.automotive.computepipe.runner.PipeState state); in handleState() method
/packages/services/Car/cpp/computepipe/aidl/aidl_api/android.automotive.computepipe.runner/current/android/automotive/computepipe/runner/
DIPipeStateCallback.aidl21 oneway void handleState(in android.automotive.computepipe.runner.PipeState state); in handleState() method
/packages/services/Car/cpp/computepipe/aidl/android/automotive/computepipe/runner/
DIPipeStateCallback.aidl31 oneway void handleState(in PipeState state); in handleState() method
/packages/services/Car/cpp/computepipe/example/
DFaceTracker.h81 ndk::ScopedAStatus handleState(PipeState state) override;
DFaceTracker.cpp67 ndk::ScopedAStatus StateCallback::handleState(PipeState state) { in handleState() function in android::automotive::computepipe::StateCallback
/packages/services/Car/cpp/computepipe/runner/client_interface/
DAidlClientImpl.cpp191 (void)mClientStateChangeCallback->handleState(ToAidlState(newState)); in stateUpdateNotification()
/packages/services/Car/cpp/computepipe/tests/runner/client_interface/
DClientInterfaceTest.cc72 ScopedAStatus handleState(PipeState state) { in handleState() function in android::automotive::computepipe::runner::client_interface::aidl_client::__anonc26a17be0111::StateChangeCallback