Searched refs:getRoutedDeviceId (Results 1 – 8 of 8) sorted by relevance
49 int32_t getRoutedDeviceId() const { return mRouteDeviceId; } in getRoutedDeviceId() function
59 public abstract int getRoutedDeviceId(); in getRoutedDeviceId() method in StreamBase
43 public int getRoutedDeviceId() { return getRoutedDeviceIdN(mNativeRecorder); } in getRoutedDeviceId() method in OboeRecorder
54 public int getRoutedDeviceId() { in getRoutedDeviceId() method in JavaRecorder
49 public int getRoutedDeviceId() { in getRoutedDeviceId() method in OboePlayer
171 return ((OboeRecorder*)native_recorder)->getRoutedDeviceId(); in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_getRoutedDeviceIdN()
138 status_t getRoutedDeviceId(audio_port_handle_t *deviceId) { return OK; } in getRoutedDeviceId() function in MyMediaPlayer
193 return ((OboePlayer*)(native_player))->getRoutedDeviceId(); in Java_org_hyphonate_megaaudio_player_OboePlayer_getRoutedDeviceIdN()