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

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

Completed in 245 milliseconds