Home
last modified time | relevance | path

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

/external/chromium_org/media/audio/win/
Davrt_wrapper_win.cc14 typedef BOOL (WINAPI *AvSetMmThreadPriorityFn)(HANDLE, AVRT_PRIORITY); typedef
19 AvSetMmThreadPriorityFn g_set_mm_thread_priority = NULL;
37 g_set_mm_thread_priority = reinterpret_cast<AvSetMmThreadPriorityFn>( in Initialize()