HomeSort by relevance Sort by last modified time
    Searched refs:num_records (Results 26 - 41 of 41) sorted by null

12

  /hardware/libhardware/include/hardware/
bt_sdp.h 112 typedef void (*btsdp_search_callback)(bt_status_t status, bt_bdaddr_t *bd_addr, uint8_t* uuid, int num_records, bluetooth_sdp_record *records);
bt_gatt_client.h 213 int num_records, int data_len, uint8_t* rep_data);
  /bionic/libc/kernel/uapi/linux/
ndctl.h 94 __u32 num_records; member in struct:nd_cmd_ars_status
  /external/kernel-headers/original/uapi/linux/
ndctl.h 85 __u32 num_records; member in struct:nd_cmd_ars_status
  /system/bt/stack/sdp/
sdpint.h 143 UINT16 num_records; member in struct:__anon72865
sdp_api.c 964 UINT8 num_records = 0; local
    [all...]
  /system/core/libziparchive/
zip_archive.cc 277 if (eocd->num_records == 0) {
283 eocd->num_records, eocd->cd_size, eocd->cd_start_offset);
295 archive->num_entries = eocd->num_records;
    [all...]
zip_writer.cc 433 er.num_records = files_.size();
  /system/bt/btif/src/
btif_gatt_client.c 127 uint8_t num_records; member in struct:__anon72239
749 , p_data->read_reports.num_records, p_data->read_reports.data_len, p_rep_data);
943 UINT8 num_records, UINT16 data_len,
948 BTIF_TRACE_DEBUG("%s - client_if:%d, %d, %d, %d",__FUNCTION__, ref_value, status, num_records,
956 btif_scan_track_cb.read_reports.num_records = num_records;
    [all...]
  /system/bt/stack/include/
btm_ble_api.h 533 UINT8 num_records, UINT16 total_len,
574 UINT8 num_records[BTM_BLE_BATCH_REP_MAIN_Q_SIZE]; member in struct:__anon72699
    [all...]
  /art/runtime/
trace.cc 699 size_t num_records = (final_offset - kTraceHeaderLength) / GetRecordSize(clock_source_); local
700 os << StringPrintf("num-method-calls=%zd\n", num_records);
    [all...]
  /system/bt/bta/include/
bta_api.h     [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifilogger_diag.cpp 1222 int num_records = 1; local
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp 487 int num_records, int data_len, uint8_t *p_rep_data)
494 report_format, num_records, jb);
    [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 4133 int num_records = 0, num_ops = 0; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-xtensa.c 791 bfd_size_type num_records;
820 num_records = table_size / table_entry_size;
823 bfd_malloc (num_records * sizeof (property_table_entry));
788 bfd_size_type num_records; local
    [all...]

Completed in 505 milliseconds

12