Home
last modified time | relevance | path

Searched refs:ALLOCATED (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/img/psb_video/src/
Dobject_heap.c38 #define ALLOCATED -2 macro
116 obj->next_free = ALLOCATED; in object_heap_allocate()
135 if (obj->next_free != ALLOCATED) { in object_heap_lookup()
162 if ((obj->next_free == ALLOCATED) || (obj->next_free == SUSPENDED)) { in object_heap_next()
182 ASSERT((obj->next_free == ALLOCATED) || (obj->next_free == SUSPENDED)); in object_heap_free()
199 ASSERT(obj->next_free != ALLOCATED); in object_heap_destroy()
217 ASSERT(obj->next_free == ALLOCATED); in object_heap_suspend_object()
221 obj->next_free = ALLOCATED; in object_heap_suspend_object()
/hardware/libhardware/tests/camera2/
Dcamera2_utils.h186 ALLOCATED, enumerator
Dcamera2_utils.cpp377 mState = ALLOCATED; in connectToDevice()
474 if (mState >= ALLOCATED) { in disconnect()