Searched defs:root (Results 1 - 6 of 6) sorted by relevance

/hardware/intel/common/libva/test/putsurface/
H A Dputsurface_x11.c56 Window root; local
60 root = RootWindow(x11_display, screen);
62 XGetWindowAttributes (x11_display, root, &attr);
65 pixmap = XCreatePixmap(x11_display, root, width, height,
75 Window root, win; local
77 root = RootWindow(x11_display, screen);
80 drawable_thread0 = (void *)XCreateSimpleWindow(x11_display, root, x, y, width, height,
109 drawable_thread1 = (void *)XCreateSimpleWindow(x11_display, root, width, 0, width, height,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/include/
H A Dcavl_if.h5 * that can be found in the LICENSE file in the root of the source
8 * be found in the AUTHORS file in the root of the source tree.
86 AVL_HANDLE root; member in struct:__anon1200
173 ** take the less branch. bit 0 gives branch from root, and
180 /* Handles of nodes in path from root to current node (returned by *). */
/hardware/intel/img/psb_video/src/x11/
H A Dpsb_xrandr.h163 Window root; member in struct:_psb_xrandr_info_s
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp4139 status_t AudioPolicyManagerBase::loadInput(cnode *root, HwModule *module) argument
4141 cnode *node = root->first_child;
4180 status_t AudioPolicyManagerBase::loadOutput(cnode *root, HwModule *module) argument
4182 cnode *node = root->first_child;
4224 void AudioPolicyManagerBase::loadHwModule(cnode *root) argument
4226 cnode *node = config_find(root, OUTPUTS_TAG);
4229 HwModule *module = new HwModule(root->name);
4232 if (strcmp(root->name, AUDIO_HARDWARE_MODULE_ID_A2DP) == 0) {
4234 } else if (strcmp(root->name, AUDIO_HARDWARE_MODULE_ID_USB) == 0) {
4236 } else if (strcmp(root
4269 loadHwModules(cnode *root) argument
4284 loadGlobalConfig(cnode *root) argument
4317 cnode *root; local
[all...]
/hardware/qcom/msm8996/kernel-headers/sound/
H A Dasequencer.h447 struct snd_seq_addr root; member in struct:snd_seq_query_subs
/hardware/qcom/msm8996/original-kernel-headers/sound/
H A Dasequencer.h557 struct snd_seq_addr root; /* client/port id to be searched */ member in struct:snd_seq_query_subs

Completed in 164 milliseconds