OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DYNLINK_FUNC
(Results
1 - 5
of
5
) sorted by null
/external/qemu/
dynlink.h
32
* 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
65
#define
DYNLINK_FUNC
(ret,name,sig) \
72
#undef
DYNLINK_FUNC
85
#define
DYNLINK_FUNC
(ret,name,sig) \
92
#undef
DYNLINK_FUNC
108
#undef
DYNLINK_FUNC
[
all
...]
/external/qemu/android/
opengles.c
36
DYNLINK_FUNC
(int,initLibrary,(void),(),return) \
37
DYNLINK_FUNC
(int,setStreamMode,(int a),(a),return) \
38
DYNLINK_FUNC
(int,initOpenGLRenderer,(int width, int height, int port),(width,height,port),return) \
39
DYNLINK_FUNC
(int,createOpenGLSubwindow,(void* window, int x, int y, int width, int height, float zRot),(window,x,y,width,height,zRot),return)\
40
DYNLINK_FUNC
(int,destroyOpenGLSubwindow,(void),(),return)\
41
DYNLINK_FUNC
(void,repaintOpenGLDisplay,(void),(),)\
42
DYNLINK_FUNC
(void,stopOpenGLRenderer,(void),(),)
57
#define
DYNLINK_FUNC
(result,name,sig,params,ret) \
65
#undef
DYNLINK_FUNC
72
#define
DYNLINK_FUNC
(result,name,sig,params,ret)
[
all
...]
/external/qemu/audio/
alsaaudio.c
56
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
(int,snd_pcm_hw_params_set_format,(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t va (…)
[
all
...]
paaudio.c
30
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))\
esdaudio.c
57
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 192 milliseconds