HomeSort by relevance Sort by last modified time
    Searched refs:osi_free (Results 1 - 25 of 132) sorted by null

1 2 3 4 5 6

  /system/bt/osi/test/
allocator_test.cpp 38 osi_free(copy_str);
43 osi_free(copy_str);
48 osi_free(copy_str);
53 osi_free(copy_str);
  /system/bt/hci/src/
buffer_allocator.c 31 osi_free
  /system/bt/osi/src/
allocator.c 79 void osi_free(void *ptr) { function
86 osi_free(*p_ptr);
92 osi_free
97 osi_free
buffer.c 76 osi_free(buffer->root);
77 osi_free(buffer);
80 osi_free(buffer);
hash_map_utils.c 39 hash_map_t *map = hash_map_new(BUCKETS_NUM, hash_function_string, osi_free,
40 osi_free, string_equals);
83 osi_free(str);
data_dispatcher.c 68 osi_free(dispatcher->name);
69 osi_free(dispatcher);
semaphore.c 48 osi_free(ret);
60 osi_free(semaphore);
thread.c 98 fixed_queue_free(ret->work_queue, osi_free);
101 osi_free(ret);
116 fixed_queue_free(thread->work_queue, osi_free);
118 osi_free(thread);
216 osi_free(item);
234 osi_free(item);
config.c 133 osi_free(config);
222 osi_free(entry->value);
378 osi_free(temp_filename);
379 osi_free(temp_dirname);
389 osi_free(temp_filename);
390 osi_free(temp_dirname);
461 osi_free(section->name);
463 osi_free(section);
489 osi_free(entry->key);
490 osi_free(entry->value)
    [all...]
future.c 88 osi_free(future);
reactor.c 113 osi_free(reactor);
160 osi_free(object);
221 osi_free(obj);
279 osi_free(object);
  /system/bt/osi/include/
allocator.h 33 // allocator_t abstractions for the osi_*alloc and osi_free functions
42 void osi_free(void *ptr);
  /system/bt/stack/btm/
btm_main.c 76 btm_cb.sec_dev_rec = list_new(osi_free);
  /system/bt/stack/rfcomm/
rfc_l2cap_if.c 316 osi_free(p_buf);
325 osi_free(p_buf);
340 osi_free(p_buf);
354 osi_free(p_buf);
361 osi_free(p_buf);
374 osi_free(p_buf);
382 osi_free(p_buf);
rfc_port_fsm.c 127 osi_free(p_data);
149 osi_free(p_data);
198 osi_free(p_data);
225 osi_free(p_data);
283 osi_free(p_data);
299 osi_free(p_data);
359 osi_free(p_data);
363 osi_free(p_data);
481 osi_free(p_data);
501 osi_free(p_data)
    [all...]
  /system/bt/stack/smp/
smp_l2c.c 159 osi_free(p_buf);
174 osi_free(p_buf);
205 osi_free(p_buf);
310 osi_free(p_buf);
325 osi_free(p_buf);
343 osi_free(p_buf);
  /system/bt/btif/src/
btif_uid.c 54 osi_free(temp);
59 osi_free(set);
  /system/bt/stack/btu/
btu_task.c 147 osi_free(p_msg);
161 osi_free(p_msg);
  /system/bt/stack/l2cap/
l2c_ucd.c 110 osi_free(p_buf);
411 osi_free(p_buf);
422 osi_free(p_buf);
430 osi_free(p_buf);
446 osi_free(p_buf);
459 osi_free(p_buf);
648 osi_free(fixed_queue_try_dequeue(p_lcb->ucd_out_sec_pending_q));
653 osi_free(fixed_queue_try_dequeue(p_lcb->ucd_in_sec_pending_q));
816 osi_free(p_buf);
880 osi_free(p_buf)
    [all...]
l2c_main.c 120 osi_free(p_msg);
127 osi_free(p_msg);
152 osi_free(p_msg);
165 osi_free(p_msg);
174 osi_free(p_msg);
182 osi_free(p_msg);
198 osi_free(p_msg);
204 osi_free(p_msg);
226 osi_free(p_msg);
233 osi_free(p_msg)
    [all...]
  /system/bt/device/src/classic/
peer.c 53 osi_free,
  /system/bt/stack/avct/
avct_lcb_act.c 66 osi_free(p_buf);
88 osi_free(p_lcb->p_rx_msg);
100 osi_free(p_buf);
122 osi_free(p_buf);
144 osi_free(p_buf);
164 osi_free(p_buf);
  /system/bt/stack/mcap/
mca_cact.c 86 osi_free(p_data);
148 osi_free(p_data);
323 osi_free(p_pkt);
432 osi_free(p_pkt);
438 osi_free(p_pkt);
540 osi_free(p_data);
  /system/bt/btcore/src/
uuid.c 49 osi_free(uuid_string);
87 osi_free(uuid);
  /system/bt/hci/test/
hci_layer_test.cpp 460 osi_free(response);
469 osi_free(command);
635 osi_free(data_to_receive);
683 osi_free(data_to_receive);
708 osi_free(data_to_receive);
733 osi_free(data_to_receive);
744 osi_free(data_to_receive);
753 osi_free(data_to_receive);

Completed in 822 milliseconds

1 2 3 4 5 6