Home
last modified time | relevance | path

Searched refs:array_ptr (Results 1 – 5 of 5) sorted by relevance

/system/bt/osi/include/
Darray.h37 void* array_ptr(const array_t* array);
/system/bt/osi/test/fuzzers/array/
Dfuzz_array.cc53 array_ptr(arr); in LLVMFuzzerTestOneInput()
/system/bt/osi/test/
Darray_test.cc19 EXPECT_DEATH(array_ptr(array), ""); in TEST_F()
/system/bt/osi/src/
Darray.cc62 void* array_ptr(const array_t* array) { return array_at(array, 0); } in array_ptr() function
/system/bt/test/stub/
Dosi.cc174 void* array_ptr(const array_t* array) { in array_ptr() function