Home
last modified time | relevance | path

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

/system/bt/osi/include/
Darray.h51 bool array_append_value(array_t *array, uint32_t value);
/system/bt/osi/test/
Darray_test.cpp36 array_append_value(array, i * i); in TEST_F()
/system/bt/osi/src/
Darray.c78 bool array_append_value(array_t *array, uint32_t value) { in array_append_value() function