Searched defs:sampleRate (Results 1 - 19 of 19) sorted by last modified time

/packages/services/Car/tests/carservice_test/src/com/android/car/test/
H A DCarAudioExtFocusTest.java967 public void onPropertySubscribe(int property, int zones, float sampleRate) { argument
H A DCarAudioFocusSystemSoundTest.java385 public void onPropertySubscribe(int property, int zones, float sampleRate) { argument
H A DCarAudioFocusTest.java609 public void onPropertySubscribe(int property, int zones, float sampleRate) { argument
H A DCarAudioManagerTest.java192 public void onPropertySubscribe(int property, int zones, float sampleRate) { argument
H A DCarCabinManagerTest.java179 public synchronized void onPropertySubscribe(int property, int zones, float sampleRate) { argument
180 Log.d(TAG, "onPropertySubscribe property " + property + " sampleRate " + sampleRate);
H A DCarDiagnosticManagerTest.java127 int property, int zones, float sampleRate) {
126 onPropertySubscribe( int property, int zones, float sampleRate) argument
H A DCarHvacManagerTest.java212 public synchronized void onPropertySubscribe(int property, int zones, float sampleRate) { argument
213 Log.d(TAG, "onPropertySubscribe property " + property + " sampleRate " + sampleRate);
H A DCarPowerManagementTest.java140 public void onPropertySubscribe(int property, int zones, float sampleRate) { argument
H A DCarProjectionManagerTest.java154 public synchronized void onPropertySubscribe(int property, int zones, float sampleRate) { argument
155 Log.d(TAG, "onPropertySubscribe property " + property + " sampleRate " + sampleRate);
H A DCarRadioManagerTest.java104 public synchronized void onPropertySubscribe(int property, int zones, float sampleRate) { argument
105 Log.d(TAG, "onPropertySubscribe property: " + property + " rate: " + sampleRate);
H A DCarVolumeServiceTest.java354 public void onPropertySubscribe(int property, int zones, float sampleRate) { argument
379 public void onPropertySubscribe(int property, int zones, float sampleRate) {
404 public void onPropertySubscribe(int property, int zones, float sampleRate) {
H A DSystemActivityMonitoringServiceTest.java220 public void onPropertySubscribe(int property, int zones, float sampleRate) { argument
/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/test/
H A DMockedVehicleHal.java51 default void onPropertySubscribe(int property, int zones, float sampleRate) {} argument
172 handler.onPropertySubscribe(opt.propId, opt.vehicleAreas, opt.sampleRate);
220 public void onPropertySubscribe(int property, int zones, float sampleRate) { argument
268 public synchronized void onPropertySubscribe(int property, int zones, float sampleRate) { argument
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
H A DA2dpReceiver.java197 int sampleRate = BluetoothCodecConfig.SAMPLE_RATE_NONE;
279 sampleRate = Integer.valueOf(tmpStr);
320 || sampleRate == BluetoothCodecConfig.SAMPLE_RATE_NONE
330 if (!setCodecValue(codecType, sampleRate, bitsPerSample, channelMode,
434 * @param sampleRate - Sample Rate
441 private boolean setCodecValue(int codecType, int sampleRate, int bitsPerSample, argument
444 Log.d(TAG, "SetCodecValue: Codec Type: " + codecType + " sampleRate: " + sampleRate
450 sampleRate, bitsPerSample, channelMode,
476 if (verifyCodeConfig(codecType, sampleRate,
502 verifyCodeConfig(int codecType, int sampleRate, int bitsPerSample, int channelMode, long codecSpecific1) argument
[all...]
/packages/apps/TV/libs/
H A Dexoplayer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer/ ...
H A Dexoplayer_v2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer2/ ...
H A Dexoplayer_v2_ext_ffmpeg.jarcom/google/android/exoplayer2/ext/ffmpeg/FfmpegAudioRenderer.class FfmpegAudioRenderer.java package com.google.android. ...
/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_a2dp.cpp204 jint sampleRate = env->CallIntMethod( local
223 .sample_rate = static_cast<btav_a2dp_codec_sample_rate_t>(sampleRate),
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
H A DA2dpSinkStateMachine.java797 private void onAudioConfigChanged(byte[] address, int sampleRate, int channelCount) { argument
801 event.audioConfig = new BluetoothAudioConfig(sampleRate, channelConfig,

Completed in 1424 milliseconds