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

1 2

  /system/bt/osi/include/
list.h 9 struct list_t;
10 typedef struct list_t list_t; typedef in typeref:struct:list_t
21 list_t *list_new(list_free_cb callback);
25 void list_free(list_t *list);
29 bool list_is_empty(const list_t *list);
33 bool list_contains(const list_t *list, const void *data);
36 size_t list_length(const list_t *list);
40 void *list_front(const list_t *list);
44 void *list_back(const list_t *list)
    [all...]
  /external/libavc/common/
ih264_list.h 78 }list_t; typedef in typeref:struct:__anon11754
86 IH264_ERROR_T ih264_list_free(list_t *ps_list);
87 IH264_ERROR_T ih264_list_reset(list_t *ps_list);
88 IH264_ERROR_T ih264_list_deinit(list_t *ps_list);
89 IH264_ERROR_T ih264_list_terminate(list_t *ps_list);
90 IH264_ERROR_T ih264_list_queue(list_t *ps_list, void *pv_buf, WORD32 blocking);
91 IH264_ERROR_T ih264_list_dequeue(list_t *ps_list, void *pv_buf, WORD32 blocking);
ih264_list.c 87 size = sizeof(list_t);
116 IH264_ERROR_T ih264_list_lock(list_t *ps_list)
146 IH264_ERROR_T ih264_list_unlock(list_t *ps_list)
179 IH264_ERROR_T ih264_list_yield(list_t *ps_list)
217 IH264_ERROR_T ih264_list_free(list_t *ps_list)
256 list_t *ps_list;
261 ps_list = (list_t *)pu1_buf;
262 pu1_buf += sizeof(list_t);
263 buf_size -= sizeof(list_t);
309 IH264_ERROR_T ih264_list_reset(list_t *ps_list
    [all...]
  /system/bt/osi/src/
list.c 12 typedef struct list_t { struct
18 } list_t; typedef in typeref:struct:list_t
20 static list_node_t *list_free_node_(list_t *list, list_node_t *node);
24 list_t *list_new_internal(list_free_cb callback, const allocator_t *zeroed_allocator) {
25 list_t *list = (list_t *)zeroed_allocator->alloc(sizeof(list_t));
34 list_t *list_new(list_free_cb callback) {
38 void list_free(list_t *list) {
46 bool list_is_empty(const list_t *list)
    [all...]
hash_map.c 28 list_t *list;
43 list_t *list_new_internal(list_free_cb callback, const allocator_t *zeroed_allocator);
47 static hash_map_entry_t *find_bucket_entry_(list_t *hash_bucket_list,
118 list_t *hash_bucket_list = hash_map->bucket[hash_key].list;
135 list_t *hash_bucket_list = hash_map->bucket[hash_key].list;
161 list_t *hash_bucket_list = hash_map->bucket[hash_key].list;
177 list_t *hash_bucket_list = hash_map->bucket[hash_key].list;
226 static hash_map_entry_t * find_bucket_entry_(list_t *hash_bucket_list,
config.c 41 list_t *entries;
45 list_t *sections;
fixed_queue.c 31 list_t *list;
reactor.c 42 list_t *invalidation_list; // reactor objects that have been unregistered.
alarm.c 67 static list_t *alarms;
  /system/bt/osi/test/
list_test.cpp 13 list_t *list = list_new(NULL);
24 list_t *list = list_new(NULL);
30 list_t *list = list_new(NULL);
36 list_t *list = list_new(NULL);
44 list_t *list = list_new(NULL);
52 list_t *list = list_new(NULL);
62 list_t *list = list_new(NULL);
72 list_t *list = list_new(NULL);
84 list_t *list = list_new(NULL);
96 list_t *list = list_new(NULL)
    [all...]
  /external/jemalloc/test/unit/
ql.c 6 typedef struct list_s list_t; typedef in typeref:struct:list_s
7 typedef ql_head(list_t) list_head_t;
10 ql_elm(list_t) link;
17 list_t *t;
47 init_entries(list_t *entries, unsigned nentries)
58 test_entries_list(list_head_t *head, list_t *entries, unsigned nentries)
60 list_t *t;
97 list_t entries[NENTRIES];
101 init_entries(entries, sizeof(entries)/sizeof(list_t));
112 list_t entries[NENTRIES]
    [all...]
  /system/bt/btif/src/
btif_profile_queue.c 60 static list_t *connect_queue;
btif_sock_sco.c 85 static list_t *sco_sockets; // Owns a collection of sco_socket_t objects.
btif_sock_rfc.c 88 list_t *incoming_queue;
btif_hl.c 107 static list_t *soc_queue;
    [all...]
  /system/bt/hci/src/
hci_inject.c 56 static list_t *clients;
hci_layer.c 135 static list_t *commands_pending_response;
  /system/bt/stack/l2cap/
l2cap_client.c 43 list_t *outbound_fragments;
74 static list_t *l2cap_clients; // A list of l2cap_client_t. Container does not own objects.
l2c_int.h 384 list_t *link_xmit_data_q; /* Link transmit data buffer queue */
455 list_t *rcv_pending_q; /* Recv pending queue */
    [all...]
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 146 template <typename object_t, typename list_t>
147 object_t *createCOFFEntity(StringRef Name, list_t &List);
288 template <typename object_t, typename list_t>
290 list_t &List) {
    [all...]
  /system/bt/btcore/src/
counter.c 75 static list_t *clients_;
  /system/bt/bta/av/
bta_av_int.h 473 list_t *a2d_list; /* used for audio channels only */
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 

Completed in 416 milliseconds

1 2