Home
last modified time | relevance | path

Searched refs:expected_name (Results 1 – 5 of 5) sorted by relevance

/external/v8/test/mjsunit/tools/
Dcodemap.js37 function assertEntry(codeMap, expected_name, addr) { argument
40 assertEquals(expected_name, entry.name, 'at ' + addr.toString(16));
/external/bluetooth/bluez/test/
Dipctest.c181 uint8_t expected_name) in service_expect() argument
193 (rsp->name != expected_name)) { in service_expect()
200 bt_audio_strname(expected_name)); in service_expect()
/external/bluetooth/bluez/audio/
Dliba2dp.c806 bt_audio_msg_header_t *rsp_hdr, int expected_name) in audioservice_expect() argument
813 if (rsp_hdr->name != expected_name) { in audioservice_expect()
817 bt_audio_strname(expected_name)); in audioservice_expect()
Dgstavdtpsink.c117 guint8 expected_name);
1338 guint8 expected_name) in gst_avdtp_sink_audioservice_expect() argument
1346 if (outmsg->name != expected_name) in gst_avdtp_sink_audioservice_expect()
Dpcm_bluetooth.c1587 int expected_name) in audioservice_expect() argument
1595 if (rsp->name != expected_name) { in audioservice_expect()
1599 bt_audio_strname(expected_name)); in audioservice_expect()