Home
last modified time | relevance | path

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

/third_party/alsa-utils/alsamixer/
Dmixer_widget.c331 double (*get_func)(snd_mixer_elem_t *, snd_mixer_selem_channel_id_t); in change_volume_relative() local
339 get_func = get_normalized_playback_volume; in change_volume_relative()
342 get_func = get_normalized_capture_volume; in change_volume_relative()
346 left = get_func(control->elem, control->volume_channels[0]); in change_volume_relative()
348 right = get_func(control->elem, control->volume_channels[1]); in change_volume_relative()
392 int (*get_func)(snd_mixer_elem_t *, snd_mixer_selem_channel_id_t, int *); in toggle_switches() local
403 get_func = snd_mixer_selem_get_playback_switch; in toggle_switches()
409 get_func = snd_mixer_selem_get_capture_switch; in toggle_switches()
417 err = get_func(control->elem, channel_ids[0], &left); in toggle_switches()
422 err = get_func(control->elem, channel_ids[1], &right); in toggle_switches()
/third_party/python/Lib/test/
Dtest_code.py377 def get_func(self): member in CoExtra
384 f = self.get_func()
392 f = self.get_func()
401 f = self.get_func()
409 f = self.get_func()
426 f = self.get_func()
Dtest_embed.py1368 def get_func(name): function
1374 Py_GetPath = get_func('Py_GetPath')
1375 Py_GetPrefix = get_func('Py_GetPrefix')
1376 Py_GetExecPrefix = get_func('Py_GetExecPrefix')
1377 Py_GetProgramName = get_func('Py_GetProgramName')
1378 Py_GetProgramFullPath = get_func('Py_GetProgramFullPath')
1379 Py_GetPythonHome = get_func('Py_GetPythonHome')
/third_party/ltp/testcases/kernel/syscalls/mprotect/
Dmprotect04.c183 static void *get_func(void *mem, uintptr_t *func_page_offset) in get_func() function
240 opd.entry = (uintptr_t)get_func(p, &func_page_offset); in testfunc_protexec()
243 func = get_func(p, &func_page_offset); in testfunc_protexec()
/third_party/ffmpeg/tests/checkasm/
Dcheckasm.c563 static CheckasmFunc *get_func(CheckasmFunc **root, const char *name) in get_func() function
571 f = get_func(&f->child[cmp > 0], name); in get_func()
754 state.current_func = get_func(&state.funcs, name_buf); in checkasm_check_func()