Home
last modified time | relevance | path

Searched defs:doneWithPacket (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/services/Car/cpp/computepipe/aidl/aidl_api/android.automotive.computepipe.runner/1/android/automotive/computepipe/runner/
H A DIPipeRunner.aidl31 void doneWithPacket(in int bufferId, in int streamId); in doneWithPacket() method
/aosp12/packages/services/Car/cpp/computepipe/aidl/aidl_api/android.automotive.computepipe.runner/current/android/automotive/computepipe/runner/
H A DIPipeRunner.aidl31 void doneWithPacket(in int bufferId, in int streamId); in doneWithPacket() method
/aosp12/packages/services/Car/cpp/computepipe/aidl/android/automotive/computepipe/runner/
H A DIPipeRunner.aidl159 void doneWithPacket(in int bufferId, in int streamId); in doneWithPacket() method
/aosp12/packages/services/Car/cpp/computepipe/tests/
H A DFakeRunner.cpp85 ::ndk::ScopedAStatus FakeRunner::doneWithPacket(int32_t /*in_bufferId*/, int32_t /*in_streamId*/) { in doneWithPacket() function in android::automotive::computepipe::tests::FakeRunner
/aosp12/packages/services/Car/cpp/computepipe/runner/client_interface/
H A DAidlClientImpl.cpp332 ScopedAStatus AidlClientImpl::doneWithPacket(int32_t bufferId, int32_t streamId) { in doneWithPacket() function in android::automotive::computepipe::runner::client_interface::aidl_client::AidlClientImpl