Home
last modified time | relevance | path

Searched refs:pfunc (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/libbcc/runtime/test/Unit/
Denable_execute_stack_test.c21 typedef int (*pfunc)(void); typedef
45 pfunc f1 = (pfunc)(uintptr_t)execution_buffer; in main()
52 pfunc f2 = (pfunc)(uintptr_t)execution_buffer; in main()
Dclear_cache_test.c20 typedef int (*pfunc)(void); typedef
47 pfunc f1 = (pfunc)(uintptr_t)execution_buffer; in main()
54 pfunc f2 = (pfunc)(uintptr_t)execution_buffer; in main()
/frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/
DAAC_E_SAMPLES.c154 void *pfunc; in main() local
198 pfunc = dlsym(handle, "voGetAACEncAPI"); in main()
199 if(pfunc == 0) in main()
204 pGetAPI = (VOGETAUDIODECAPI)pfunc; in main()
/frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
DAMRWB_E_SAMPLE.c103 void *pfunc; in encode() local
139 pfunc = dlsym(handle, "voGetAMRWBEncAPI"); in encode()
140 if(pfunc == 0) in encode()
146 pGetAPI = (VOGETAUDIOENCAPI)pfunc; in encode()