RetroArch
|
Public Attributes | |
uint8_t ** | buffer |
uint8_t * | buffer_chunk |
unsigned | buffer_index |
unsigned | buffer_ptr |
volatile unsigned | buffered_blocks |
SLObjectItf | engine_object |
SLEngineItf | engine |
SLObjectItf | output_mix |
SLObjectItf | buffer_queue_object |
SLAndroidSimpleBufferQueueItf | buffer_queue |
SLPlayItf | player |
slock_t * | lock |
scond_t * | cond |
bool | nonblock |
bool | is_paused |
unsigned | buf_size |
unsigned | buf_count |
unsigned sl::buf_count |
unsigned sl::buf_size |
uint8_t** sl::buffer |
uint8_t* sl::buffer_chunk |
unsigned sl::buffer_index |
unsigned sl::buffer_ptr |
SLAndroidSimpleBufferQueueItf sl::buffer_queue |
SLObjectItf sl::buffer_queue_object |
volatile unsigned sl::buffered_blocks |
scond_t* sl::cond |
SLEngineItf sl::engine |
SLObjectItf sl::engine_object |
bool sl::is_paused |
slock_t* sl::lock |
bool sl::nonblock |
SLObjectItf sl::output_mix |
SLPlayItf sl::player |