Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/include/host-common/
Dandroid_pipe_device.h23 #define ANDROID_PIPE_DEVICE_EXPORT extern AEMU_EXPORT macro
112 ANDROID_PIPE_DEVICE_EXPORT void* android_pipe_guest_open(void* hwpipe);
116 ANDROID_PIPE_DEVICE_EXPORT void* android_pipe_guest_open_with_flags(
124 ANDROID_PIPE_DEVICE_EXPORT void android_pipe_guest_close(
128 ANDROID_PIPE_DEVICE_EXPORT void android_pipe_guest_pre_load(Stream* file);
129 ANDROID_PIPE_DEVICE_EXPORT void android_pipe_guest_post_load(Stream* file);
130 ANDROID_PIPE_DEVICE_EXPORT void android_pipe_guest_pre_save(Stream* file);
131 ANDROID_PIPE_DEVICE_EXPORT void android_pipe_guest_post_save(Stream* file);
137 ANDROID_PIPE_DEVICE_EXPORT void android_pipe_guest_save(
147 ANDROID_PIPE_DEVICE_EXPORT void* android_pipe_guest_load(
[all …]