Searched refs:client_parser (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | state_machine.cc | 347 struct bluetooth::le_audio::client_parser::ascs::ctp_ntf>(); in ProcessGattCtpNotification() 385 bluetooth::le_audio::client_parser::ascs::kCtpResponseCodeSuccess) { in ProcessGattCtpNotification() 407 struct bluetooth::le_audio::client_parser::ascs::ase_rsp_hdr arh; in ProcessGattNotifEvent() 435 value + bluetooth::le_audio::client_parser::ascs::kAseRspHdrMinLen, in ProcessGattNotifEvent() 436 len - bluetooth::le_audio::client_parser::ascs::kAseRspHdrMinLen, in ProcessGattNotifEvent() 448 value + bluetooth::le_audio::client_parser::ascs::kAseRspHdrMinLen, in ProcessGattNotifEvent() 449 len - bluetooth::le_audio::client_parser::ascs::kAseRspHdrMinLen, in ProcessGattNotifEvent() 1288 bluetooth::le_audio::client_parser::ascs:: in ProcessHciNotifCisDisconnected() 1820 struct bluetooth::le_audio::client_parser::ascs::ase_rsp_hdr& arh, in AseStateMachineProcessIdle() 1927 struct bluetooth::le_audio::client_parser::ascs::ctp_codec_conf conf; in PrepareAndSendCodecConfigure() [all …]
|
D | state_machine_test.cc | 184 constexpr uint8_t kAseCtpOpcodeMaxVal = client_parser::ascs::kCtpOpcodeRelease; 355 case client_parser::ascs::kCtpOpcodeCodecConfiguration: in HandleCtpOperation() 359 case client_parser::ascs::kCtpOpcodeQosConfiguration: in HandleCtpOperation() 363 case client_parser::ascs::kCtpOpcodeEnable: in HandleCtpOperation() 367 case client_parser::ascs::kCtpOpcodeReceiverStartReady: in HandleCtpOperation() 371 case client_parser::ascs::kCtpOpcodeDisable: in HandleCtpOperation() 375 case client_parser::ascs::kCtpOpcodeReceiverStopReady: in HandleCtpOperation() 379 case client_parser::ascs::kCtpOpcodeUpdateMetadata: in HandleCtpOperation() 383 case client_parser::ascs::kCtpOpcodeRelease: in HandleCtpOperation() 785 client_parser::ascs::ase_codec_configured_state_params* conf = in InjectAseStateNotification() [all …]
|
D | client_parser.h | 30 namespace client_parser {
|
D | storage_helper.cc | 225 if (client_parser::pacs::ParseSinglePac(pac_recs, pac_len, ptr) < 0) { in deserializePacs()
|
D | client.cc | 1805 if (!bluetooth::le_audio::client_parser::pacs::ParsePacs(pac_recs, len, in LeAudioCharValueHandle() 1833 if (!bluetooth::le_audio::client_parser::pacs::ParsePacs(pac_recs, len, in LeAudioCharValueHandle() 1857 bluetooth::le_audio::client_parser::pacs::ParseAudioLocations( in LeAudioCharValueHandle() 1888 bluetooth::le_audio::client_parser::pacs::ParseAudioLocations( in LeAudioCharValueHandle() 1915 if (!bluetooth::le_audio::client_parser::pacs:: in LeAudioCharValueHandle() 1962 if (bluetooth::le_audio::client_parser::pacs::ParseSupportedAudioContexts( in LeAudioCharValueHandle() 1974 bluetooth::le_audio::client_parser::tmap::ParseTmapRole( in LeAudioCharValueHandle()
|
D | client_parser.cc | 42 namespace client_parser { namespace
|
D | client_parser_test.cc | 26 namespace client_parser { namespace
|
/packages/modules/Bluetooth/system/bta/ |
D | Android.bp | 111 "le_audio/client_parser.cc", 896 "le_audio/client_parser.cc", 995 "le_audio/client_parser.cc",
|
D | BUILD.gn | 102 "le_audio/client_parser.cc",
|