Searched refs:slesGetPlayerBufferPeriod (Results 1 – 4 of 4) sorted by relevance
145 public native int[] slesGetPlayerBufferPeriod(long sles_data); in slesGetPlayerBufferPeriod() method in NativeAudioThread280 mPlayerBufferPeriod = slesGetPlayerBufferPeriod(sles_data); in run()
157 int* slesGetPlayerBufferPeriod(sles_data *pSles);
114 int* playerBufferPeriod = slesGetPlayerBufferPeriod(pSles); in Java_org_drrickorang_loopback_NativeAudioThread_slesGetPlayerBufferPeriod()
1029 int* slesGetPlayerBufferPeriod(sles_data *pSles) { in slesGetPlayerBufferPeriod() function