Searched refs:NotifyFlushingAll (Results 1 – 4 of 4) sorted by relevance
136 status_t NotifyFlushingAll();
176 status_t StreamBufferCacheManager::NotifyFlushingAll() { in NotifyFlushingAll() function in android::google_camera_hal::StreamBufferCacheManager
256 TEST_F(StreamBufferCacheManagerTests, NotifyFlushingAll) { in TEST_F() argument287 res = cache_manager_->NotifyFlushingAll(); in TEST_F()
172 status_t res = stream_buffer_cache_manager_->NotifyFlushingAll(); in UpdatePendingRequest()