Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:io_handle

1603 static char * aps_get_parameters(void *service, audio_io_handle_t io_handle,
1606 String8 result = AudioSystem::getParameters(io_handle, String8(keys));
1610 static void aps_set_parameters(void *service, audio_io_handle_t io_handle,
1615 audioPolicyService->setParameters(io_handle, kv_pairs, delay_ms);