Searched refs:IsStreamActive (Results 1 – 4 of 4) sorted by relevance
238 res = cache_manager_->IsStreamActive(kDummyCacheRegInfo.stream_id, &is_active); in TEST_F()303 TEST_F(StreamBufferCacheManagerTests, IsStreamActive) { in TEST_F() argument317 res = cache_manager_->IsStreamActive(kDummyCacheRegInfo.stream_id, &is_active); in TEST_F()329 res = cache_manager_->IsStreamActive(kDummyCacheRegInfo.stream_id, &is_active); in TEST_F()
143 status_t IsStreamActive(int32_t stream_id, bool* is_active);
197 status_t StreamBufferCacheManager::IsStreamActive(int32_t stream_id, in IsStreamActive() function in android::google_camera_hal::StreamBufferCacheManager
1138 status_t res = stream_buffer_cache_manager_->IsStreamActive( in HandleInactiveStreams()