Home
last modified time | relevance | path

Searched defs:items (Results 1 – 16 of 16) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/current/utils/common/include/
DConcurrentQueue.h46 std::vector<T> items; in flush() local
72 void push(std::vector<T>&& items) { in push()
152 std::vector<T> items = mQueue->flush(); in runInternal() local
/hardware/interfaces/automotive/vehicle/aidl/impl/3/utils/common/include/
DConcurrentQueue.h46 std::vector<T> items; in flush() local
72 void push(std::vector<T>&& items) { in push()
152 std::vector<T> items = mQueue->flush(); in runInternal() local
/hardware/interfaces/automotive/vehicle/aidl/impl/current/vhal/test/
DMockVehicleCallback.h36 std::optional<T> pop(std::list<T>& items) { in pop()
/hardware/interfaces/automotive/vehicle/aidl/impl/3/vhal/test/
DMockVehicleCallback.h36 std::optional<T> pop(std::list<T>& items) { in pop()
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DConcurrentQueue.h39 std::vector<T> items; in flush() local
135 std::vector<T> items = mQueue->flush(); in runInternal() local
/hardware/google/pixel/thermal/utils/
Dconfig_schema.json17 "items":{ object
56 "items":{ object
83 "items":{ object
108 "items":{ object
132 "items":{ object
186 "items":{ object
/hardware/google/gfxstream/host/
DVirtioGpuTimelinesSnapshot.proto58 repeated VirtioGpuTimelineItem items = 2; field
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_percentile_tables.cpp50 const uint16_t *items[2]; member
Dastcenc_compute_variance.cpp50 size_t items, in brent_kung_prefix_sum()
Dtinyexr.h2019 static void *def_alloc_func(void *opaque, size_t items, size_t size) { in def_alloc_func()
/hardware/google/gfxstream/guest/magma/
Dmagma.cpp279 magma_status_t MagmaClientContext::magma_poll(void* self, magma_poll_item_t* items, uint32_t count, in magma_poll()
/hardware/google/gfxstream/host/magma/
DIntelDrmDecoder.cpp432 magma_status_t IntelDrmDecoder::magma_poll(magma_poll_item_t* items, uint32_t count, in magma_poll()
DDecoder.cpp280 magma_status_t Decoder::magma_poll(magma_poll_item_t* items, uint32_t count, uint64_t timeout_ns) { in magma_poll()
/hardware/google/gfxstream/guest/magma/magma_enc/
Dmagma_entry.cpp282 magma_status_t magma_poll(magma_poll_item_t* items, uint32_t count, uint64_t timeout_ns) in magma_poll()
Dmagma_enc.cpp1585 magma_status_t magma_poll_enc(void *self , magma_poll_item_t* items, uint32_t count, uint64_t timeo… in magma_poll_enc()
/hardware/ril/reference-ril/
Dreference-ril.c1328 static int parseRegistrationState(char *str, int *type, int *items, int **response)