Searched refs:NotifyProviderReadiness (Results 1 – 4 of 4) sorted by relevance
156 TEST_F(StreamBufferCacheManagerTests, NotifyProviderReadiness) { in TEST_F() argument159 cache_manager_->NotifyProviderReadiness(kDummyCacheRegInfo.stream_id); in TEST_F()167 res = cache_manager_->NotifyProviderReadiness(kDummyCacheRegInfo.stream_id); in TEST_F()190 res = cache_manager_->NotifyProviderReadiness(kDummyCacheRegInfo.stream_id); in TEST_F()207 res = cache_manager_->NotifyProviderReadiness(kDummyCacheRegInfo.stream_id); in TEST_F()268 res = cache_manager_->NotifyProviderReadiness(kDummyCacheRegInfo.stream_id); in TEST_F()313 res = cache_manager_->NotifyProviderReadiness(kDummyCacheRegInfo.stream_id); in TEST_F()
121 status_t NotifyProviderReadiness(int32_t stream_id);
181 status_t StreamBufferCacheManager::NotifyProviderReadiness(int32_t stream_id) { in NotifyProviderReadiness() function in android::google_camera_hal::StreamBufferCacheManager
1399 res = stream_buffer_cache_manager_->NotifyProviderReadiness(stream_id); in ProcessCaptureRequest()