Home
last modified time | relevance | path

Searched refs:AAUDIO_SESSION_ID_ALLOCATE (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/av/media/libaaudio/tests/
H A Dtest_session_id.cpp93 AAudioStreamBuilder_setSessionId(aaudioBuilder, AAUDIO_SESSION_ID_ALLOCATE); in checkSessionIdAllocate()
103 ASSERT_NE(AAUDIO_SESSION_ID_ALLOCATE, sessionId1); in checkSessionIdAllocate()
/aosp12/frameworks/av/services/oboeservice/
H A DAAudioServiceEndpoint.cpp156 if (configuration.getSessionId() != AAUDIO_SESSION_ID_ALLOCATE && in matches()
/aosp12/frameworks/av/media/libaaudio/src/core/
H A DAAudioStreamParameters.cpp88 case AAUDIO_SESSION_ID_ALLOCATE: in validate()
/aosp12/system/bt/btif/src/
H A Dbtif_avrcp_audio_track.cc55 AAudioStreamBuilder_setSessionId(builder, AAUDIO_SESSION_ID_ALLOCATE); in BtifAvrcpAudioTrackCreate()
/aosp12/frameworks/av/media/libaaudio/include/aaudio/
H A DAAudio.h580 AAUDIO_SESSION_ID_ALLOCATE = 0, enumerator
/aosp12/frameworks/av/media/libaaudio/src/utility/
H A DAAudioUtilities.cpp120 return (sessionId == AAUDIO_SESSION_ID_ALLOCATE || sessionId == AAUDIO_SESSION_ID_NONE) in AAudioConvert_aaudioToAndroidSessionId()