HomeSort by relevance Sort by last modified time
    Searched refs:configureFmqSyncReadWrite (Results 1 - 6 of 6) sorted by null

  /hardware/interfaces/tests/msgq/1.0/
ITestMsgQ.hal 33 configureFmqSyncReadWrite()
  /hardware/interfaces/tests/msgq/1.0/default/
TestMsgQ.h 58 Return<void> configureFmqSyncReadWrite(configureFmqSyncReadWrite_cb _hidl_cb) override;
TestMsgQ.cpp 27 Return<void> TestMsgQ::configureFmqSyncReadWrite(configureFmqSyncReadWrite_cb _hidl_cb) {
  /test/vts/compilation_tools/vtsc/test/golden/DRIVER/
TestMsgQ.vts.h 38 ::android::hardware::Return<void> configureFmqSyncReadWrite(
TestMsgQ.driver.cpp 52 ::android::hardware::Return<void> Vts_android_hardware_tests_msgq_V1_0_ITestMsgQ::configureFmqSyncReadWrite(
54 LOG(INFO) << "configureFmqSyncReadWrite called";
56 callback_message.set_id(GetCallbackID("configureFmqSyncReadWrite"));
57 callback_message.set_name("Vts_android_hardware_tests_msgq_V1_0_ITestMsgQ::configureFmqSyncReadWrite");
207 if (!strcmp(func_name, "configureFmqSyncReadWrite")) {
211 hw_binder_proxy_->configureFmqSyncReadWrite([&](bool arg0,const ::android::hardware::MQDescriptorSync<uint16_t>& arg1){
212 LOG(INFO) << "callback configureFmqSyncReadWrite called";
216 result_msg->set_name("configureFmqSyncReadWrite");
336 if (!strcmp(actual_result.name().c_str(), "configureFmqSyncReadWrite")) {
  /system/libfmq/tests/
msgq_test_client.cpp 78 mService->configureFmqSyncReadWrite([this](

Completed in 961 milliseconds