Home
last modified time | relevance | path

Searched refs:sessionId1 (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/nativemedia/aaudio/jni/
Dtest_session_id.cpp40 int32_t sessionId1 = 0; in checkSessionIdNone() local
52 sessionId1 = AAudioStream_getSessionId(aaudioStream1); in checkSessionIdNone()
53 ASSERT_EQ(AAUDIO_SESSION_ID_NONE, sessionId1); in checkSessionIdNone()
87 int32_t sessionId1 = 0; in checkSessionIdAllocate() local
106 sessionId1 = AAudioStream_getSessionId(aaudioStream1); in checkSessionIdAllocate()
109 ASSERT_NE(AAUDIO_SESSION_ID_NONE, sessionId1); in checkSessionIdAllocate()
110 ASSERT_NE(AAUDIO_SESSION_ID_ALLOCATE, sessionId1); in checkSessionIdAllocate()
125 AAudioStreamBuilder_setSessionId(aaudioBuilder, sessionId1); in checkSessionIdAllocate()
139 ASSERT_EQ(sessionId1, sessionId2); in checkSessionIdAllocate()
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DChildlessActivityTest.java168 final ContentCaptureSessionId sessionId1 = sessionIds.get(0); in testLaunchAnotherActivity() local
169 Log.v(TAG, "session id1: " + sessionId1); in testLaunchAnotherActivity()
173 final Session session1 = service.getFinishedSession(sessionId1); in testLaunchAnotherActivity()
220 final ContentCaptureSessionId sessionId1 = sessionIds.get(0); in testLaunchAnotherActivity_onTopOfIt() local
221 Log.v(TAG, "session id1: " + sessionId1); in testLaunchAnotherActivity_onTopOfIt()
225 final Session session1 = service.getFinishedSession(sessionId1); in testLaunchAnotherActivity_onTopOfIt()