Home
last modified time | relevance | path

Searched defs:sampleRate (Results 1 – 21 of 21) sorted by relevance

/packages/apps/TV/usbtuner/src/com/google/android/exoplayer/
DMediaFormatUtil.java42 int sampleRate = getOptionalIntegerV16(format, android.media.MediaFormat.KEY_SAMPLE_RATE); in createMediaFormat() local
68 int channelCount, int sampleRate) { in createAudioMediaFormat()
/packages/services/Car/car-systemtest-lib/src/android/car/test/
DVehicleHalEmulator.java57 void onPropertySubscribe(int property, float sampleRate, int zones); in onPropertySubscribe()
167 float sampleRate, int zones) { in assertPropertyForSubscribe()
246 private synchronized void handlePropertySubscribe(int property, float sampleRate, int zones) { in handlePropertySubscribe()
297 public synchronized void onPropertySubscribe(int property, float sampleRate, int zones) { in onPropertySubscribe()
332 public void onPropertySubscribe(int property, float sampleRate, int zones) { in onPropertySubscribe()
DCarTestManager.java175 public void onPropertySubscribe(int property, float sampleRate, int zones) { in onPropertySubscribe()
/packages/services/Car/libvehiclenetwork/java/src/com/android/car/vehiclenetwork/
DIVehicleNetworkHalMock.aidl29 void onPropertySubscribe(int property, float sampleRate, int zones) = 3; in onPropertySubscribe()
DIVehicleNetwork.aidl35 void subscribe(in IVehicleNetworkListener listener, int property, float sampleRate, in subscribe()
DVehicleNetwork.java60 void onPropertySubscribe(int property, float sampleRate, int zones); in onPropertySubscribe()
406 public void subscribe(int property, float sampleRate) throws IllegalArgumentException { in subscribe()
413 public void subscribe(int property, float sampleRate, int zones) in subscribe()
678 public void onPropertySubscribe(int property, float sampleRate, int zones) { in onPropertySubscribe()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/
DCarEmulator.java180 public void onPropertySubscribe(int property, float sampleRate, int zones) { in onPropertySubscribe()
200 public void onPropertySubscribe(int property, float sampleRate, int zones) { in onPropertySubscribe()
/packages/apps/SpeechRecorder/src/com/android/speechrecorder/
DMicrophoneInputStream.java41 public MicrophoneInputStream(int sampleRate) throws IOException { in MicrophoneInputStream()
DWaveHeader.java73 …public WaveHeader(short format, short numChannels, int sampleRate, short bitsPerSample, int numByt… in WaveHeader()
132 public WaveHeader setSampleRate(int sampleRate) { in setSampleRate()
/packages/services/Car/libvehiclenetwork/native/
DIVehicleNetworkHalMock.cpp128 virtual status_t onPropertySubscribe(int32_t property, float sampleRate, int32_t zones) { in onPropertySubscribe()
252 float sampleRate = data.readFloat(); in onTransact() local
DIVehicleNetwork.cpp144 float sampleRate, int32_t zones) { in subscribe()
327 float sampleRate = data.readFloat(); in onTransact() local
DVehicleNetwork.cpp263 status_t VehicleNetwork::subscribe(int32_t property, float sampleRate, int32_t zones) { in subscribe()
/packages/services/Car/tests/libvehiclenetwork-java-test/src/com/android/car/vehiclenetwork/libtest/
DVehicleNetworkMockedTest.java431 void onPropertySubscribe(int property, float sampleRate, int zones); in onPropertySubscribe()
476 public void onPropertySubscribe(int property, float sampleRate, int zones) { in onPropertySubscribe()
521 public void onPropertySubscribe(int property, float sampleRate, int zones) { in onPropertySubscribe()
/packages/services/Car/tests/carservice_test/src/com/android/car/test/
DCarRadioManagerTest.java106 public synchronized void onPropertySubscribe(int property, float sampleRate, int zones) { in onPropertySubscribe()
DCarHvacManagerTest.java196 public synchronized void onPropertySubscribe(int property, float sampleRate, int zones) { in onPropertySubscribe()
DCarPowerManagementTest.java195 public void onPropertySubscribe(int property, float sampleRate, int zones) { in onPropertySubscribe()
DCarAudioFocusTest.java572 public void onPropertySubscribe(int property, float sampleRate, int zones) { in onPropertySubscribe()
/packages/services/Car/vehicle_network_service/
DVehicleNetworkService.h141 void setSubscriptionInfo(int32_t property, float sampleRate, int32_t zones) { in setSubscriptionInfo()
DVehicleNetworkService.cpp600 float sampleRate, int32_t zones) { in subscribe()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
DA2dpSinkStateMachine.java785 private void onAudioConfigChanged(byte[] address, int sampleRate, int channelCount) { in onAudioConfigChanged()
/packages/apps/TV/src/com/android/tv/util/
DUtils.java444 int sampleRate = track.getAudioSampleRate(); in getMultiAudioString() local