Home
last modified time | relevance | path

Searched defs:allocated (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/stack/avct/
Davct_int.h67 uint8_t allocated; /* 0, not allocated. index+1, otherwise. */ member
77 uint8_t allocated; /* 0, not allocated. index+1, otherwise. */ member
92 uint8_t allocated; /* 0, not allocated. index+1, otherwise. */ member
110 uint8_t allocated; /* Whether LCB/BCB is allocated */ member
/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_main.cc195 bool allocated = false; in bta_ag_scb_dealloc() local
/packages/modules/Bluetooth/system/stack/avdt/
Davdt_int.h492 bool allocated; // True if the SCB is allocated variable
620 bool allocated; // Whether ccb is allocated variable
/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp417 bool DynamicTemporaries::allocated(uint32_t stepIndex) const { in allocated() function in android::nn::DynamicTemporaries