Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dsdp.rs73 std::slice::from_raw_parts(item.user1_ptr, item.user1_ptr_len as usize).to_vec() in from()
329 let user1_ptr = LTCheckedPtr::from(&hdr.user1_data); in convert_header() localVariable
340 user1_ptr: user1_ptr.into(), in convert_header()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_sdp.h68 const uint8_t* user1_ptr; member
/packages/modules/Bluetooth/system/btif/src/
Dbtif_sdp_server.cc183 if (in_record->hdr.user1_ptr != NULL) { in copy_sdp_records()
184 out_record->hdr.user1_ptr = (uint8_t*)free_ptr; // Update pointer in copy_sdp_records()
185 memcpy(free_ptr, in_record->hdr.user1_ptr, in copy_sdp_records()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_sdp.cpp212 (jbyte*)record->hdr.user1_ptr); in sdp_search_callback()
/packages/modules/Bluetooth/system/bta/sdp/
Dbta_sdp_act.cc550 record->hdr.user1_ptr = p_bta_sdp_cfg->p_sdp_db->raw_data; in bta_create_raw_sdp_record()