| /packages/apps/TV/usbtuner/src/com/google/android/exoplayer/ |
| D | MediaFormatUtil.java | 42 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/ |
| D | VehicleHalEmulator.java | 57 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()
|
| D | CarTestManager.java | 175 public void onPropertySubscribe(int property, float sampleRate, int zones) { in onPropertySubscribe()
|
| /packages/services/Car/libvehiclenetwork/java/src/com/android/car/vehiclenetwork/ |
| D | IVehicleNetworkHalMock.aidl | 29 void onPropertySubscribe(int property, float sampleRate, int zones) = 3; in onPropertySubscribe()
|
| D | IVehicleNetwork.aidl | 35 void subscribe(in IVehicleNetworkListener listener, int property, float sampleRate, in subscribe()
|
| D | VehicleNetwork.java | 60 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/ |
| D | CarEmulator.java | 180 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/ |
| D | MicrophoneInputStream.java | 41 public MicrophoneInputStream(int sampleRate) throws IOException { in MicrophoneInputStream()
|
| D | WaveHeader.java | 73 …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/ |
| D | IVehicleNetworkHalMock.cpp | 128 virtual status_t onPropertySubscribe(int32_t property, float sampleRate, int32_t zones) { in onPropertySubscribe() 252 float sampleRate = data.readFloat(); in onTransact() local
|
| D | IVehicleNetwork.cpp | 144 float sampleRate, int32_t zones) { in subscribe() 327 float sampleRate = data.readFloat(); in onTransact() local
|
| D | VehicleNetwork.cpp | 263 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/ |
| D | VehicleNetworkMockedTest.java | 431 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/ |
| D | CarRadioManagerTest.java | 106 public synchronized void onPropertySubscribe(int property, float sampleRate, int zones) { in onPropertySubscribe()
|
| D | CarHvacManagerTest.java | 196 public synchronized void onPropertySubscribe(int property, float sampleRate, int zones) { in onPropertySubscribe()
|
| D | CarPowerManagementTest.java | 195 public void onPropertySubscribe(int property, float sampleRate, int zones) { in onPropertySubscribe()
|
| D | CarAudioFocusTest.java | 572 public void onPropertySubscribe(int property, float sampleRate, int zones) { in onPropertySubscribe()
|
| /packages/services/Car/vehicle_network_service/ |
| D | VehicleNetworkService.h | 141 void setSubscriptionInfo(int32_t property, float sampleRate, int32_t zones) { in setSubscriptionInfo()
|
| D | VehicleNetworkService.cpp | 600 float sampleRate, int32_t zones) { in subscribe()
|
| /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/ |
| D | A2dpSinkStateMachine.java | 785 private void onAudioConfigChanged(byte[] address, int sampleRate, int channelCount) { in onAudioConfigChanged()
|
| /packages/apps/TV/src/com/android/tv/util/ |
| D | Utils.java | 444 int sampleRate = track.getAudioSampleRate(); in getMultiAudioString() local
|