Home
last modified time | relevance | path

Searched refs:SetRealtimeThread (Results 1 – 5 of 5) sorted by relevance

/hardware/google/camera/common/hal/utils/
Dutils.h82 status_t SetRealtimeThread(pthread_t thread);
Dstream_buffer_cache_manager.cc56 status_t res = utils::SetRealtimeThread(workload_thread_.native_handle()); in StreamBufferCacheManager()
Dutils.cc488 status_t SetRealtimeThread(pthread_t thread) { in SetRealtimeThread() function
Dresult_dispatcher.cc75 utils::SetRealtimeThread(notify_callback_thread_.native_handle()); in ResultDispatcher()
/hardware/google/camera/common/hal/google_camera_hal/
Dcamera_device_session.cc684 status_t res = utils::SetRealtimeThread(pthread_self()); in ConfigureStreams()