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

/frameworks/av/media/libmedia/
H A DStringArray.cpp74 void StringArray::erase(int idx) {
88 void StringArray::sort(int (*compare)(const void*, const void*)) { argument
95 int StringArray::cmpAscendingAlpha(const void* pstr1, const void* pstr2) {
103 void StringArray::setEntry(int idx, const char* str) {
/frameworks/base/tools/aapt/
H A Dqsort_r_compat.c32 void qsort_r_compat(void* base, size_t nel, size_t width, void* thunk, argument
33 int (*compar)(void*, const void* , const void*)) {
44 void* thunk;
45 int (*compar)(void*, const void* , const void*);
53 qsort_r_compat(void* base, size_t nel, size_t width, void* thunk, int (*compar)(void*, const void* , const void*)) argument
81 qsort_r_compat(void* base, size_t nel, size_t width, void* thunk, int (*compar)(void*, const void* , const void*)) argument
[all...]
/frameworks/rs/cpu_ref/linkloader/utils/
H A Dserialize.h36 inline void swap_byte_order(unsigned char (&array)[1]) {
40 inline void swap_byte_order(unsigned char (&array)[2]) {
44 inline void swap_byte_order(unsigned char (&array)[4]) {
49 inline void swap_byte_order(unsigned char (&array)[8]) {
74 void prologue(size_t size) {
79 void epilogue(size_t size) {
86 void seek(off_t off, bool from_begin = false) {
94 void readBytes(void *array, size_t size) {
103 void operato
[all...]

Completed in 106 milliseconds