Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/utils/
Dutils.h76 status_t SetRealtimeThread(pthread_t thread);
Dutils.cc433 status_t SetRealtimeThread(pthread_t thread) { in SetRealtimeThread() function
Dstream_buffer_cache_manager.cc54 status_t res = utils::SetRealtimeThread(workload_thread_.native_handle()); in StreamBufferCacheManager()
Dresult_dispatcher.cc57 utils::SetRealtimeThread(notify_callback_thread_.native_handle()); in ResultDispatcher()
/hardware/google/camera/common/hal/google_camera_hal/
Dcamera_device_session.cc664 status_t res = utils::SetRealtimeThread(pthread_self()); in ConfigureStreams()