Searched refs:IsStreamActive (Results 1 – 4 of 4) sorted by relevance
242 res = cache_manager_->IsStreamActive(kDummyCacheRegInfo.stream_id, &is_active); in TEST_F()307 TEST_F(StreamBufferCacheManagerTests, IsStreamActive) { in TEST_F() argument321 res = cache_manager_->IsStreamActive(kDummyCacheRegInfo.stream_id, &is_active); in TEST_F()333 res = cache_manager_->IsStreamActive(kDummyCacheRegInfo.stream_id, &is_active); in TEST_F()
144 status_t IsStreamActive(int32_t stream_id, bool* is_active);
224 status_t StreamBufferCacheManager::IsStreamActive(int32_t stream_id, in IsStreamActive() function in android::google_camera_hal::StreamBufferCacheManager
1206 status_t res = stream_buffer_cache_manager_->IsStreamActive( in HandleSBCInactiveStreams()