Home
last modified time | relevance | path

Searched refs:sessionType (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/params/
DSessionConfiguration.java108 public SessionConfiguration(@SessionMode int sessionType, in SessionConfiguration() argument
112 mSessionType = sessionType; in SessionConfiguration()
123 int sessionType = source.readInt(); in SessionConfiguration() local
133 mSessionType = sessionType; in SessionConfiguration()
/frameworks/av/services/audioflinger/
DAudioFlinger.h603 const uint32_t sessionType = threads.valueAt(i)->hasAudioSession(sessionId); in findIoHandleBySessionId_l() local
604 if (sessionType != 0) { in findIoHandleBySessionId_l()
606 if ((sessionType & AudioFlinger::ThreadBase::EFFECT_SESSION) != 0) { in findIoHandleBySessionId_l()
DAudioFlinger.cpp3568 const uint32_t sessionType = in createEffect() local
3570 if ((sessionType & ThreadBase::EFFECT_SESSION) != 0) { in createEffect()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DCameraTestUtils.java755 String sessionType = isHighSpeed ? "High Speed" : "Normal"; in configureCameraSession() local
756 assertTrue("Capture session type must be " + sessionType, in configureCameraSession()