Home
last modified time | relevance | path

Searched refs:configureClientOutboxSyncReadWrite (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/hardware/interfaces/tests/msgq/1.0/default/
H A DBenchmarkMsgQ.h59 …Return<void> configureClientOutboxSyncReadWrite(configureClientOutboxSyncReadWrite_cb _hidl_cb) ov…
H A DBenchmarkMsgQ.cpp46 Return<void> BenchmarkMsgQ::configureClientOutboxSyncReadWrite( in configureClientOutboxSyncReadWrite() function in android::hardware::tests::msgq::V1_0::implementation::BenchmarkMsgQ
/aosp_15_r20/hardware/interfaces/tests/msgq/1.0/
H A DIBenchmarkMsgQ.hal37 configureClientOutboxSyncReadWrite()
/aosp_15_r20/system/libfmq/benchmarks/
H A Dmsgq_benchmark_client.cpp94 service->configureClientOutboxSyncReadWrite([this](bool ret, in SetUp()