Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/osi/include/
Darray.h37 void* array_ptr(const array_t* array);
/packages/modules/Bluetooth/system/osi/test/fuzzers/array/
Dfuzz_array.cc53 array_ptr(arr); in LLVMFuzzerTestOneInput()
/packages/modules/Bluetooth/system/osi/test/
Darray_test.cc27 ASSERT_DEATH(array_ptr(array), ""); in TEST_F()
/packages/modules/Bluetooth/system/osi/src/
Darray.cc63 void* array_ptr(const array_t* array) { return array_at(array, 0); } in array_ptr() function
/packages/modules/Bluetooth/system/test/stub/
Dosi.cc183 void* array_ptr(const array_t* array) { in array_ptr() function