Home
last modified time | relevance | path

Searched refs:ReceiveCommand (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/bt/vendor_libs/test_vendor_lib/test/
H A Dpacket_stream_unittest.cc72 std::unique_ptr<CommandPacket> command = packet_stream_.ReceiveCommand(socketpair_fds_[0]); in CheckedReceiveCommand()
/aosp12/system/iorap/src/prefetcher/
H A Dprefetcher_daemon.cc1105 if (!ReceiveCommand(command)) { in Main()
1222 bool ReceiveCommand(const Command& command) { in ReceiveCommand() function in iorap::prefetcher::PrefetcherDaemon::Impl