HomeSort by relevance Sort by last modified time
    Searched defs:hw (Results 26 - 42 of 42) sorted by null

12

  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 224 DisplayHardware* const hw = new DisplayHardware(this, dpy); local
225 plane.setDisplayHardware(hw);
243 const DisplayHardware& hw = plane.displayHardware(); local
244 const uint32_t w = hw.getWidth();
245 const uint32_t h = hw.getHeight();
246 const uint32_t f = hw.getFormat();
247 hw.makeCurrent();
257 dcblk->xdpi = hw.getDpiX();
258 dcblk->ydpi = hw.getDpiY();
259 dcblk->fps = hw.getRefreshRate()
726 const DisplayHardware& hw = graphicPlane(0).displayHardware(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
emux_synth.h 102 void *hw; /* hardware */ member in struct:snd_emux
188 void *hw; /* hardware pointer (emu8000 or emu10k1) */ member in struct:snd_emux_voice
pcm.h 268 /* -- HW params -- */
317 struct snd_pcm_hardware hw; member in struct:snd_pcm_runtime
433 struct device *dev; /* actual hw device this belongs to */
    [all...]
vx_core.h 171 struct snd_vx_hardware *hw; member in struct:vx_core
207 int audio_monitor[4]; /* playback hw-monitor level */
208 unsigned char audio_monitor_active[4]; /* playback hw-monitor mute/unmute */
219 struct vx_core *snd_vx_create(struct snd_card *card, struct snd_vx_hardware *hw,
321 * the return value is -(VX_ERR_MASK | actual-hw-error-code)
  /device/moto/wingray/libaudio/
AudioHardware.cpp 695 // Check input/output rates for HW.
793 // Since HW path may have changed, set the hardware gains.
1000 AudioHardware* hw, uint32_t devices, int *pFormat, uint32_t *pChannels, uint32_t *pRate)
1006 mHardware = hw;
2010 AudioHardware *hw = new AudioHardware(); local
    [all...]
  /external/libpng/contrib/gregbook/
rpng2-win.c 944 int ii, x, y, hw, hh, grayspot; local
    [all...]
rpng2-x.c 1214 int ii, x, y, hw, hh, grayspot; local
1983 int ii, x, y, hw, hh, grayspot; local
    [all...]
  /external/mdnsresponder/mDNSPosix/
NetMonitor.c 286 mDNSu8 *hw = rd->txt.c; local
287 mDNSu8 *sw = hw + 1 + (mDNSu32)hw[0];
291 mDNSPlatformMemCopy(entry->HIHardware.c, hw, 1 + (mDNSu32)hw[0]);
    [all...]
  /external/qemu/audio/
alsaaudio.c 116 HWVoiceOut hw; member in struct:ALSAVoiceOut
125 HWVoiceIn hw; member in struct:ALSAVoiceIn
374 static int alsa_poll_out (HWVoiceOut *hw)
376 ALSAVoiceOut *alsa = (ALSAVoiceOut *) hw;
381 static int alsa_poll_in (HWVoiceIn *hw)
383 ALSAVoiceIn *alsa = (ALSAVoiceIn *) hw;
784 HWVoiceOut *hw = &alsa->hw; local
787 int left_till_end_samples = hw->samples - alsa->wpos;
789 char *src = advance (alsa->pcm_buf, alsa->wpos << hw->info.shift)
    [all...]
audio.c 25 #include "hw/hw.h"
819 if (audio_pcm_info_eq (&cap->hw.info, as)) {
840 if (cap->hw.enabled != enabled) {
842 cap->hw.enabled = enabled;
850 HWVoiceOut *hw = &cap->hw; local
854 for (sw = hw->sw_head.lh_first; sw; sw = sw->entries.le_next) {
863 static void audio_detach_capture (HWVoiceOut *hw)
865 SWVoiceCap *sc = hw->cap_head.lh_first
990 HWVoiceIn *hw = sw->hw; local
1010 HWVoiceIn *hw = sw->hw; local
1306 HWVoiceOut *hw; local
1353 HWVoiceIn *hw; local
1480 HWVoiceOut *hw = NULL; local
1588 HWVoiceIn *hw = NULL; local
1621 HWVoiceOut *hw = &cap->hw; local
2100 HWVoiceOut *hw; local
    [all...]
  /external/qemu/
console.c 158 void *hw; member in struct:TextConsole
208 active_console->hw_update(active_console->hw);
214 active_console->hw_invalidate(active_console->hw);
226 consoles[0]->hw_screen_dump(consoles[0]->hw, filename);
233 active_console->hw_text_update(active_console->hw, chardata);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant_i.h 529 } hw; member in struct:wpa_supplicant
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBldDb.h 332 TFwInfo hw; /* HW eeprom & versions info*/ member in struct:__anon18520
  /external/kernel-headers/original/linux/
perf_event.h 253 * Bits needed to read the hw events in user-space.
682 struct hw_perf_event hw; member in struct:perf_event
  /external/linux-tools-perf/util/include/linux/added/
perf_event.h 271 * Bits needed to read the hw events in user-space.
815 struct hw_perf_event hw; member in struct:perf_event
  /external/qemu/android/config/linux-x86/linux/
kvm.h 128 } hw; member in union:kvm_run::__anon10392
  /external/qemu/android/config/linux-x86_64/linux/
kvm.h 128 } hw; member in union:kvm_run::__anon10414

Completed in 759 milliseconds

12