Home
last modified time | relevance | path

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

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