HomeSort by relevance Sort by last modified time
    Searched defs:record_data (Results 1 - 2 of 2) sorted by null

  /bionic/libc/malloc_debug/
RecordData.cpp 92 ThreadData(RecordData* record_data, ThreadCompleteEntry* entry)
93 : record_data(record_data), entry(entry) {}
94 RecordData* record_data; member in struct:ThreadData
108 thread_data->record_data->AddEntryOnly(thread_data->entry);
111 pthread_setspecific(thread_data->record_data->key(), data);
  /system/bt/btif/src/
btif_sdp_server.cc 63 bluetooth_sdp_record* record_data; member in struct:__anon1802
185 * The record_data will contain both the record and any data pointed to by
203 sdp_slots[i].record_data = record;
229 record = sdp_slots[id].record_data;
322 bluetooth_sdp_record* record = sdp_slot->record_data;

Completed in 68 milliseconds