Home
last modified time | relevance | path

Searched refs:AAudioStream_getDeviceId (Results 1 – 11 of 11) sorted by relevance

/frameworks/libs/native_bridge_support/libaaudio/
Dstubs_arm.cc45 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AAudioStream_getDeviceId);
103 INIT_INTERCEPTABLE_STUB_FUNCTION("libaaudio.so", AAudioStream_getDeviceId); in init_stub_library()
Dstubs_arm64.cc45 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AAudioStream_getDeviceId);
103 INIT_INTERCEPTABLE_STUB_FUNCTION("libaaudio.so", AAudioStream_getDeviceId); in init_stub_library()
/frameworks/av/media/libaaudio/src/
Dlibaaudio.map.txt47 AAudioStream_getDeviceId;
/frameworks/av/media/libaaudio/tests/
Dtest_stop_hang.cpp133 int32_t deviceId = AAudioStream_getDeviceId(engine.stream); in main()
Dtest_bad_disconnect.cpp92 deviceId = AAudioStream_getDeviceId(s_AudioEngine.stream); in s_StartAudio()
Dtest_return_stop.cpp241 int32_t deviceId = AAudioStream_getDeviceId(engine.stream); in main()
Dtest_steal_exclusive.cpp173 int32_t deviceId = AAudioStream_getDeviceId(mStream); in openAudioStream()
/frameworks/av/media/libaaudio/examples/input_monitor/src/
Dinput_monitor.cpp77 deviceId = AAudioStream_getDeviceId(aaudioStream); in main()
/frameworks/av/media/libaaudio/include/aaudio/
DAAudio.h1351 AAUDIO_API int32_t AAudioStream_getDeviceId(AAudioStream* stream) __INTRODUCED_IN(26);
/frameworks/av/media/libaaudio/examples/utils/
DAAudioArgsParser.h492 getDeviceId(), AAudioStream_getDeviceId(stream)); in compareWithStream()
/frameworks/av/media/libaaudio/src/core/
DAAudioAudio.cpp451 AAUDIO_API int32_t AAudioStream_getDeviceId(AAudioStream* stream) in AAudioStream_getDeviceId() function