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

/system/bt/osi/src/
H A Darray.cc98 const bool is_moving = (array->data == array->internal_storage); local
100 void* new_data = realloc(is_moving ? NULL : array->data,
104 if (is_moving)

Completed in 85 milliseconds