Home
last modified time | relevance | path

Searched refs:setDeviceId (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/av/services/oboeservice/
H A DAAudioServiceEndpointMMAP.cpp175 setDeviceId(deviceId); in openWithFormat()
392 holdEndpoint->setDeviceId(deviceId); in onRoutingChanged()
396 setDeviceId(deviceId); in onRoutingChanged()
H A DAAudioServiceEndpointShared.cpp82 setDeviceId(mStreamInternal->getDeviceId()); in open()
/aosp12/frameworks/base/core/java/android/hardware/biometrics/
H A DBiometricAuthenticator.java125 public void setDeviceId(long deviceId) { in setDeviceId() method in BiometricAuthenticator.Identifier
/aosp12/frameworks/av/media/libaaudio/src/binding/
H A DAAudioStreamConfiguration.cpp35 setDeviceId(parcelable.deviceId); in AAudioStreamConfiguration()
/aosp12/frameworks/av/media/libaaudio/examples/utils/
H A DAAudioArgsParser.h208 void setDeviceId(int32_t deviceId) { in setDeviceId() function
340 setDeviceId(atoi(&arg[2])); in parseArg()
/aosp12/frameworks/av/media/libaaudio/src/core/
H A DAAudioStreamParameters.h36 void setDeviceId(int32_t deviceId) { in setDeviceId() function
H A DAudioStream.h546 void setDeviceId(int32_t deviceId) { in setDeviceId() function
H A DAAudioAudio.cpp87 streamBuilder->setDeviceId(deviceId); in AAudioStreamBuilder_setDeviceId()
/aosp12/frameworks/av/media/libaaudio/src/legacy/
H A DAudioStreamLegacy.cpp243 setDeviceId(deviceId); in onAudioDeviceUpdate()
H A DAudioStreamRecord.cpp292 setDeviceId(mAudioRecord->getRoutedDeviceId()); in open()
H A DAudioStreamTrack.cpp221 setDeviceId(mAudioTrack->getRoutedDeviceId()); in open()
/aosp12/frameworks/av/media/libaaudio/src/client/
H A DAudioStreamInternal.cpp124 request.getConfiguration().setDeviceId(getDeviceId()); in open()
187 setDeviceId(configurationOutput.getDeviceId()); in open()
/aosp12/frameworks/av/services/oboeservice/fuzzer/
H A Doboeservice_fuzzer.cpp367 request.getConfiguration().setDeviceId(fdp.ConsumeIntegral<int32_t>()); in process()
/aosp12/frameworks/av/media/libaaudio/examples/loopback/src/
H A Dloopback.cpp565 argParser.setDeviceId(requestedInputDeviceId); in main()