Home
last modified time | relevance | path

Searched refs:stopPipe (Results 1 – 8 of 8) sorted by relevance

/packages/services/Car/computepipe/aidl/aidl_api/android.automotive.computepipe.runner/1/android/automotive/computepipe/runner/
DIPipeRunner.aidl30 void stopPipe(); in stopPipe() method
/packages/services/Car/computepipe/aidl/aidl_api/android.automotive.computepipe.runner/current/android/automotive/computepipe/runner/
DIPipeRunner.aidl30 void stopPipe(); in stopPipe() method
/packages/services/Car/computepipe/aidl/android/automotive/computepipe/runner/
DIPipeRunner.aidl149 void stopPipe(); in stopPipe() method
/packages/services/Car/computepipe/tests/runner/client_interface/
DClientInterfaceTest.cc242 EXPECT_TRUE(mPipeRunner->stopPipe().isOk()); in TEST_F()
278 status = mPipeRunner->stopPipe(); in TEST_F()
/packages/services/Car/computepipe/tests/
DFakeRunner.h52 ::ndk::ScopedAStatus stopPipe() override;
DFakeRunner.cpp80 ::ndk::ScopedAStatus FakeRunner::stopPipe() { in stopPipe() function in android::automotive::computepipe::tests::FakeRunner
/packages/services/Car/computepipe/runner/client_interface/
DAidlClientImpl.h72 ndk::ScopedAStatus stopPipe() override;
DAidlClientImpl.cpp323 ScopedAStatus AidlClientImpl::stopPipe() { in stopPipe() function in android::automotive::computepipe::runner::client_interface::aidl_client::AidlClientImpl