Searched defs:allocated (Results 1 - 7 of 7) sorted by relevance

/system/libhidl/transport/allocator/1.0/default/
H A DAshmemAllocator.cpp71 uint64_t allocated; local
72 for (allocated = 0; allocated < count; allocated++) {
73 batch[allocated] = allocateOne(size);
75 if (batch[allocated].handle() == nullptr) {
76 LOG(WARNING) << "batchAllocate(" << size << ", " << count << ") fails @ #" << allocated; local
81 // batch[i].handle() != nullptr for i in [0, allocated - 1].
82 // batch[i].handle() == nullptr for i in [allocated, count - 1].
84 if (allocated < coun
[all...]
/system/bt/stack/avct/
H A Davct_int.h66 uint8_t allocated; /* 0, not allocated. index+1, otherwise. */ member in struct:__anon823
77 uint8_t allocated; /* 0, not allocated. index+1, otherwise. */ member in struct:__anon824
93 uint8_t allocated; /* 0, not allocated. index+1, otherwise. */ member in struct:__anon825
111 uint8_t allocated; /* Whether LCB/BCB is allocated */ member in struct:__anon826
/system/core/cpio/
H A Dmkbootfs.c288 int allocated = 8; local
292 (struct fs_config_entry*)malloc(allocated * sizeof(struct fs_config_entry));
300 if (used >= allocated) {
301 allocated *= 2;
303 canned_config, allocated * sizeof(struct fs_config_entry));
320 if (used >= allocated) {
321 ++allocated;
323 canned_config, allocated * sizeof(struct fs_config_entry));
/system/bt/bta/ag/
H A Dbta_ag_main.cc250 * Returns pointer to the scb, or NULL if none could be allocated.
298 bool allocated = false; local
315 allocated = true;
320 if (!allocated) {
348 * Returns Pointer to scb or NULL if not allocated.
359 APPL_TRACE_WARNING("ag scb idx %d not allocated", idx);
/system/nfc/src/nfa/include/
H A Dnfa_hci_api.h48 0x03 /* A generic gate allocated to the application */
135 uint8_t gate[NFA_HCI_MAX_GATE_CB]; /* List of generic gates allocated to the
145 uint8_t gate; /* The gate allocated to the application */
264 tNFA_HCI_ALLOCATE_GATE allocated; /* NFA_HCI_ALLOCATE_GATE_EVT */ member in union:__anon2085
308 ** including allocated gates, created pipes and pipes states
322 ** Description This function will retrieve the list of gates allocated to
325 ** NFA_HCI_GET_GATE_PIPE_LIST_EVT. List of allocated dynamic
343 ** deallocating all the gates allocated to the app or if an
365 ** allocated (or if an error occurs), the app will be notified
367 ** allocated Gat
[all...]
/system/bt/stack/gatt/
H A Dgatt_utils.cc483 bool allocated = false; local
491 allocated = true;
496 if (allocated) {
715 // and then the timers can be allocated elsewhere.
1040 * Description The function check clcb for conn_id is allocated or not
1042 * Returns True already allocated
/system/bt/stack/avdt/
H A Davdt_int.h420 bool allocated; /* Whether ccb is allocated */ member in struct:__anon845
472 bool allocated; /* whether scb is allocated or unused */ member in struct:__anon849

Completed in 255 milliseconds