Searched refs:NotifyProviderReadiness (Results 1 – 4 of 4) sorted by relevance
152 TEST_F(StreamBufferCacheManagerTests, NotifyProviderReadiness) { in TEST_F() argument155 cache_manager_->NotifyProviderReadiness(kDummyCacheRegInfo.stream_id); in TEST_F()163 res = cache_manager_->NotifyProviderReadiness(kDummyCacheRegInfo.stream_id); in TEST_F()186 res = cache_manager_->NotifyProviderReadiness(kDummyCacheRegInfo.stream_id); in TEST_F()203 res = cache_manager_->NotifyProviderReadiness(kDummyCacheRegInfo.stream_id); in TEST_F()264 res = cache_manager_->NotifyProviderReadiness(kDummyCacheRegInfo.stream_id); in TEST_F()309 res = cache_manager_->NotifyProviderReadiness(kDummyCacheRegInfo.stream_id); in TEST_F()
120 status_t NotifyProviderReadiness(int32_t stream_id);
162 status_t StreamBufferCacheManager::NotifyProviderReadiness(int32_t stream_id) { in NotifyProviderReadiness() function in android::google_camera_hal::StreamBufferCacheManager
1324 res = stream_buffer_cache_manager_->NotifyProviderReadiness(stream_id); in ProcessCaptureRequest()