Searched refs:sessionId1 (Results 1 – 2 of 2) sorted by relevance
40 int32_t sessionId1 = 0; in checkSessionIdNone() local52 sessionId1 = AAudioStream_getSessionId(aaudioStream1); in checkSessionIdNone()53 ASSERT_EQ(AAUDIO_SESSION_ID_NONE, sessionId1); in checkSessionIdNone()87 int32_t sessionId1 = 0; in checkSessionIdAllocate() local106 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()
168 final ContentCaptureSessionId sessionId1 = sessionIds.get(0); in testLaunchAnotherActivity() local169 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() local221 Log.v(TAG, "session id1: " + sessionId1); in testLaunchAnotherActivity_onTopOfIt()225 final Session session1 = service.getFinishedSession(sessionId1); in testLaunchAnotherActivity_onTopOfIt()