Home
last modified time | relevance | path

Searched refs:arh (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/bta/le_audio/
Dstate_machine.cc407 struct bluetooth::le_audio::client_parser::ascs::ase_rsp_hdr arh; in ProcessGattNotifEvent() local
409 ParseAseStatusHeader(arh, len, value); in ProcessGattNotifEvent()
413 log::info(", discovered ase id: {}", arh.id); in ProcessGattNotifEvent()
414 ase->id = arh.id; in ProcessGattNotifEvent()
417 auto state = static_cast<AseState>(arh.state); in ProcessGattNotifEvent()
425 "ASE_ID " + std::to_string(arh.id) + ": " + ToString(state), in ProcessGattNotifEvent()
430 AseStateMachineProcessIdle(arh, ase, group, leAudioDevice); in ProcessGattNotifEvent()
434 arh, ase, in ProcessGattNotifEvent()
440 AseStateMachineProcessQosConfigured(arh, ase, group, leAudioDevice); in ProcessGattNotifEvent()
443 AseStateMachineProcessEnabling(arh, ase, group, leAudioDevice); in ProcessGattNotifEvent()
[all …]
Dclient_parser.cc127 bool ParseAseStatusHeader(ase_rsp_hdr& arh, uint16_t len, in ParseAseStatusHeader() argument
135 STREAM_TO_UINT8(arh.id, value); in ParseAseStatusHeader()
136 STREAM_TO_UINT8(arh.state, value); in ParseAseStatusHeader()
138 log::info("ASE status: \tASE id: 0x{:x}\tASE state: {} (0x{:x})", arh.id, in ParseAseStatusHeader()
139 ase_state_map_string[arh.state], arh.state); in ParseAseStatusHeader()
Dclient_parser_test.cc638 ase_rsp_hdr arh; in TEST() local
644 ASSERT_FALSE(ParseAseStatusHeader(arh, sizeof(value1), value1)); in TEST()
648 ase_rsp_hdr arh; in TEST() local
656 ASSERT_TRUE(ParseAseStatusHeader(arh, sizeof(value1), value1)); in TEST()
657 ASSERT_EQ(arh.id, 0x01u); in TEST()
658 ASSERT_EQ(arh.state, 0x00u); in TEST()
674 ASSERT_TRUE(ParseAseStatusHeader(arh, sizeof(value2), value2)); in TEST()
675 ASSERT_EQ(arh.id, 0x02u); in TEST()
676 ASSERT_EQ(arh.state, 0x04u); in TEST()
/packages/inputmethods/LatinIME/dictionaries/
Dlv_wordlist.combined.gz1dictionary=main:lv,locale=lv,description=Latviešu,date=1393228136, ...
Dsl_wordlist.combined.gz1dictionary=main:sl,locale=sl,description=Slovenščina,date=1393228152, ...
Dtr_wordlist.combined.gz1dictionary=main:tr,locale=tr,description=Türkçe,date=1414726261, ...