Searched refs:hog_pid (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_good/sys/osxaudio/ |
D | gstosxcoreaudiohal.c | 168 pid_t hog_pid; in _audio_device_get_hog() local 169 UInt32 propertySize = sizeof (hog_pid); in _audio_device_get_hog() 178 &audioDeviceHogModeAddress, 0, NULL, &propertySize, &hog_pid); in _audio_device_get_hog() 181 hog_pid = -1; in _audio_device_get_hog() 184 return hog_pid; in _audio_device_get_hog() 188 _audio_device_set_hog (AudioDeviceID device_id, pid_t hog_pid) in _audio_device_set_hog() argument 191 UInt32 propertySize = sizeof (hog_pid); in _audio_device_set_hog() 201 &audioDeviceHogModeAddress, 0, NULL, propertySize, &hog_pid); in _audio_device_set_hog() 744 pid_t hog_pid, own_pid = getpid (); in _open_spdif() local 747 hog_pid = _audio_device_get_hog (core_audio->device_id); in _open_spdif() [all …]
|
D | gstosxcoreaudio.h | 103 pid_t hog_pid; member
|
D | gstosxcoreaudio.c | 54 core_audio->hog_pid = -1; in gst_core_audio_init()
|