Home
last modified time | relevance | path

Searched defs:received (Results 1 – 8 of 8) sorted by relevance

/system/libbase/
Dcmsg_test.cpp74 unique_fd received; in TEST_P() local
108 unique_fd received; in TEST_P() local
121 unique_fd received; in TEST_P() local
190 std::vector<unique_fd> received; in TEST_P() local
/system/tools/aidl/tests/java/src/android/aidl/tests/
DNestedTypesTests.java50 byte received = ParcelableWithNested.Status.NOT_OK; in testUseNestedTypes() field in NestedTypesTests.Callback
/system/chre/chpp/test/
Dpacket_util.cpp275 void checkPacketValidity(std::vector<uint8_t> &received) { in checkPacketValidity()
311 bool comparePacket(const std::vector<uint8_t> &received, in comparePacket()
324 bool comparePacket(const std::vector<uint8_t> &received, in comparePacket()
/system/chre/apps/gnss_world/
Dgnss_world.cc180 bool *received = nullptr; in handleGnssAsyncResult() local
/system/tools/aidl/tests/rust/
Dtest_client.rs1031 received: Arc<Mutex<Option<ParcelableWithNested::Status::Status>>>, field
1059 let received = Arc::new(Mutex::new(None)); in test_nested_type() localVariable
1067 let received = received.lock().unwrap(); in test_nested_type() localVariable
/system/chre/test/simulation/
Dwifi_scan_test.cc208 uint32_t received = 0; in TEST_F() member
/system/core/fastboot/fuzzer/
Dfastboot_fuzzer.cpp112 string received(message.length(), '\0'); in InvokeSocket() local
/system/core/fastboot/
Dsocket_test.cpp71 std::string received(message.length(), '\0'); in ReceiveString() local