Home
last modified time | relevance | path

Searched defs:el (Results 1 – 15 of 15) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattDbElement.java56 GattDbElement el = new GattDbElement(); in createPrimaryService() local
63 GattDbElement el = new GattDbElement(); in createSecondaryService() local
70 GattDbElement el = new GattDbElement(); in createCharacteristic() local
79 GattDbElement el = new GattDbElement(); in createDescriptor() local
87 GattDbElement el = new GattDbElement(); in createIncludedService() local
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
DImapList.java95 ImapElement el = getElementOrNone(index); in getListOrEmpty() local
104 ImapElement el = getElementOrNone(index); in getStringOrEmpty() local
DImapResponseParser.java388 final ImapElement el = parseElement(); in parseElements() local
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dstate_machine.cc653 for (auto& el : config.connection_handles) { in operator <<() local
686 for (auto& el : an_raw) { in operator <<() local
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_sr.cc584 static tGATT_STATUS gatt_build_find_info_rsp(tGATT_SRV_LIST_ELEM& el, in gatt_build_find_info_rsp()
940 tGATT_SRV_LIST_ELEM& el, uint16_t handle, in gatts_process_write_req()
1031 tGATT_SRV_LIST_ELEM& el, uint8_t op_code, in gatts_process_read_req()
Dgatt_api.cc98 btgatt_db_element_t* el = service; in compute_service_size() local
231 btgatt_db_element_t* el = service + 1; in GATTS_AddService() local
Dgatt_db.cc709 tGATT_SRV_LIST_ELEM& el = *gatt_sr_find_i_rcb_by_handle(handle); in gatts_send_app_read_request() local
Dgatt_utils.cc1192 [p_clcb](auto& el) { return el.p_clcb == p_clcb; }); in gatt_clcb_invalidate()
/packages/modules/Bluetooth/system/packet/tests/
Dpacket_test_helper.h101 for (const auto& el : entries) { in to_string() local
/packages/modules/Bluetooth/system/embdrv/g722/
Dg722_encode.cc276 int el; in g722_encode() local
/packages/modules/Bluetooth/system/stack/eatt/
Deatt_impl.h97 for (const std::pair<uint16_t, std::shared_ptr<EattChannel>>& el : in is_channel_connection_pending() local
204 for (const std::pair<uint16_t, std::shared_ptr<EattChannel>>& el : member
/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_types.cc482 for (auto& el : other.values) { in Append() local
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_le_audio.cpp727 for (const auto& el : bis_configs) { in prepareLeBroadcastChannelListObject() local
790 for (const auto& el : subgroup_configs) { in prepareLeBroadcastSubgroupListObject() local
/packages/modules/Bluetooth/system/bta/has/
Dhas_client.cc271 [op_id](auto const& el) { return op_id == el.op_id; }); in ExtractPendingCtpOp()
1583 [&addr](auto& el) { in DoDisconnectCleanUp()
/packages/modules/Bluetooth/system/service/
Dgatt_server_old.cc158 const btgatt_db_element_t& el = service[i]; in ServiceAddedCallback() local