Home
last modified time | relevance | path

Searched refs:NotifyFlushingAll (Results 1 – 4 of 4) sorted by relevance

/hardware/google/camera/common/hal/utils/
Dstream_buffer_cache_manager.h136 status_t NotifyFlushingAll();
Dstream_buffer_cache_manager.cc176 status_t StreamBufferCacheManager::NotifyFlushingAll() { in NotifyFlushingAll() function in android::google_camera_hal::StreamBufferCacheManager
/hardware/google/camera/common/hal/tests/
Dstream_buffer_cache_manager_tests.cc256 TEST_F(StreamBufferCacheManagerTests, NotifyFlushingAll) { in TEST_F() argument
287 res = cache_manager_->NotifyFlushingAll(); in TEST_F()
/hardware/google/camera/common/hal/google_camera_hal/
Dcamera_device_session.cc172 status_t res = stream_buffer_cache_manager_->NotifyFlushingAll(); in UpdatePendingRequest()