Searched refs:DYNLINK_FUNC (Results 1 - 5 of 5) sorted by relevance

/external/qemu/
H A Ddynlink.h32 * macro which must contain a sequence of DYNLINK_FUNC(ret,name,sig)
42 * DYNLINK_FUNC(int,open,(const char*, int)) \
43 * DYNLINK_FUNC(int,read,(int,char*,int)) \
44 * DYNLINK_FUNC(int,close,(int)) \
61 #undef DYNLINK_FUNC macro
65 #define DYNLINK_FUNC(ret,name,sig) \ macro
72 #undef DYNLINK_FUNC macro
85 #define DYNLINK_FUNC(ret,name,sig) \ macro
92 #undef DYNLINK_FUNC macro
108 #undef DYNLINK_FUNC macro
[all...]
/external/qemu/android/
H A Dopengles.c42 DYNLINK_FUNC(int,initLibrary,(void),(),return) \
43 DYNLINK_FUNC(int,setStreamMode,(int a),(a),return) \
44 DYNLINK_FUNC(int,initOpenGLRenderer,(int width, int height, int port, OnPostFn onPost, void* onPostContext),(width,height,port,onPost,onPostContext),return) \
45 DYNLINK_FUNC(int,createOpenGLSubwindow,(void* window, int x, int y, int width, int height, float zRot),(window,x,y,width,height,zRot),return)\
46 DYNLINK_FUNC(int,destroyOpenGLSubwindow,(void),(),return)\
47 DYNLINK_FUNC(void,repaintOpenGLDisplay,(void),(),)\
48 DYNLINK_FUNC(void,stopOpenGLRenderer,(void),(),)
63 #define DYNLINK_FUNC(result,name,sig,params,ret) \ macro
71 #undef DYNLINK_FUNC macro
78 #define DYNLINK_FUNC(resul macro
88 #undef DYNLINK_FUNC macro
[all...]
/external/qemu/audio/
H A Dalsaaudio.c56 DYNLINK_FUNC(size_t,snd_pcm_sw_params_sizeof,(void)) \
57 DYNLINK_FUNC(int,snd_pcm_hw_params_current,(snd_pcm_t *pcm, snd_pcm_hw_params_t *params)) \
58 DYNLINK_FUNC(int,snd_pcm_sw_params_set_start_threshold,(snd_pcm_t *pcm, snd_pcm_sw_params_t *params, snd_pcm_uframes_t val)) \
59 DYNLINK_FUNC(int,snd_pcm_sw_params,(snd_pcm_t *pcm, snd_pcm_sw_params_t *params)) \
60 DYNLINK_FUNC(int,snd_pcm_sw_params_current,(snd_pcm_t *pcm, snd_pcm_sw_params_t *params)) \
61 DYNLINK_FUNC(size_t,snd_pcm_hw_params_sizeof,(void)) \
62 DYNLINK_FUNC(int,snd_pcm_hw_params_any,(snd_pcm_t *pcm, snd_pcm_hw_params_t *params)) \
63 DYNLINK_FUNC(int,snd_pcm_hw_params_set_access,(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_t _access)) \
64 DYNLINK_FUNC(int,snd_pcm_hw_params_get_format,(const snd_pcm_hw_params_t *params, snd_pcm_format_t *val)) \
65 DYNLINK_FUNC(in
[all...]
H A Dpaaudio.c30 DYNLINK_FUNC(pa_simple*,pa_simple_new,(const char* server,const char* name, pa_stream_direction_t dir, const char* dev, const char* stream_name, const pa_sample_spec* ss, const pa_channel_map* map, const pa_buffer_attr *attr, int *error)) \
31 DYNLINK_FUNC(void,pa_simple_free,(pa_simple* s))\
32 DYNLINK_FUNC(int,pa_simple_write,(pa_simple* s, const void* data, size_t bytes, int* error))\
33 DYNLINK_FUNC(int,pa_simple_read,(pa_simple* s,void* data, size_t bytes, int* error))\
34 DYNLINK_FUNC(const char*,pa_strerror,(int error))\
H A Desdaudio.c57 DYNLINK_FUNC(int,esd_play_stream,(esd_format_t,int,const char*,const char*)) \
58 DYNLINK_FUNC(int,esd_record_stream,(esd_format_t,int,const char*,const char*)) \
59 DYNLINK_FUNC(int,esd_open_sound,( const char *host )) \
60 DYNLINK_FUNC(int,esd_close,(int)) \

Completed in 86 milliseconds