HomeSort by relevance Sort by last modified time
    Searched refs:hw (Results 276 - 300 of 680) sorted by null

<<11121314151617181920>>

  /hardware/qcom/display/msm8994/libgralloc/
Android.mk 24 LOCAL_MODULE_RELATIVE_PATH := hw
  /hardware/qcom/display/msm8996/libcopybit/
Android.mk 26 LOCAL_MODULE_RELATIVE_PATH := hw
  /hardware/qcom/display/msm8996/libgralloc/
Android.mk 27 LOCAL_MODULE_RELATIVE_PATH := hw
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
Android.mk 107 LOCAL_MODULE_RELATIVE_PATH := hw
  /libcore/ojluni/src/main/java/java/lang/invoke/
MethodTypeForm.java 212 long hw = ((a << 16) | b), lw = ((c << 16) | d); local
213 return (hw << 32) | lw;
  /external/libpng/contrib/gregbook/
rpng2-x.c 1227 int ii, x, y, hw, hh, grayspot; local
1999 int ii, x, y, hw, hh, grayspot; local
    [all...]
rpng2-win.c     [all...]
  /toolchain/binutils/binutils-2.27/include/opcode/
cgen.h 189 /* For each domain (ifld,hw,operand,insn), list of attributes. */
459 #define CGEN_HW_ATTRS(hw) (&(hw)->attrs)
462 /* Return value of attribute ATTR in HW. */
464 #define CGEN_HW_ATTR_VALUE(hw, attr) \
465 CGEN_ATTR_VALUE ((hw), CGEN_HW_ATTRS (hw), (attr))
645 structure of an operand's hw-index value, if it exists. */
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_resource_texture.c 145 void *hw, *sw; local
169 hw = sws->buffer_map(sws, st->hwbuf, usage);
170 assert(hw);
171 if (hw) {
172 memcpy(hw, sw, length);
192 hw = sws->buffer_map(sws, st->hwbuf, PIPE_TRANSFER_READ);
193 assert(hw);
194 if (hw) {
195 memcpy(sw, hw, length);
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_format.c 132 .hw = NV30_3D_RT_FORMAT_COLOR_##b, \
135 .hw = NV30_3D_RT_FORMAT_ZETA_##b, \
152 .hw = NV30_3D_VTXFMT_TYPE_##b | ((c) << NV30_3D_VTXFMT_SIZE__SHIFT) \
  /hardware/libhardware_legacy/audio/
AudioDumpInterface.cpp 34 AudioDumpInterface::AudioDumpInterface(AudioHardwareInterface* hw)
37 if(hw == 0) {
38 ALOGE("Dump construct hw = 0");
40 mFinalInterface = hw;
AudioDumpInterface.h 120 AudioDumpInterface(AudioHardwareInterface* hw);
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.c 412 if (wpa_s->hw.modes == NULL)
415 for (i = 0; i < wpa_s->hw.num_modes; i++) {
416 os_free(wpa_s->hw.modes[i].channels);
417 os_free(wpa_s->hw.modes[i].rates);
420 os_free(wpa_s->hw.modes);
421 wpa_s->hw.modes = NULL;
    [all...]
  /device/google/taimen/
device.mk 40 device/google/taimen/init.taimen.usb.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.$(PRODUCT_HARDWARE).usb.rc
  /external/drm_gralloc/
Android.mk 73 LOCAL_MODULE_RELATIVE_PATH := hw
179 LOCAL_MODULE_RELATIVE_PATH := hw
  /external/google-breakpad/android/
common-functions.sh 193 sysctl -n hw.ncpu
  /frameworks/native/services/surfaceflinger/
Layer.h 394 void updateCursorPosition(const sp<const DisplayDevice>& hw);
491 void updateTransformHint(const sp<const DisplayDevice>& hw) const;
624 FloatRect computeCrop(const sp<const DisplayDevice>& hw) const;
629 Rect computeInitialCrop(const sp<const DisplayDevice>& hw) const;
  /hardware/intel/img/hwcomposer/merrifield/platforms/merrifield/
Android.mk 18 # hw/<OVERLAY_HARDWARE_MODULE_ID>.<ro.product.board>.so
22 LOCAL_MODULE_RELATIVE_PATH := hw
  /hardware/intel/img/hwcomposer/merrifield/platforms/merrifield_plus/
Android.mk 18 # hw/<OVERLAY_HARDWARE_MODULE_ID>.<ro.product.board>.so
22 LOCAL_MODULE_RELATIVE_PATH := hw
  /system/sepolicy/prebuilts/api/26.0/private/
property_contexts 22 hw. u:object_r:system_prop:s0
23 ro.hw. u:object_r:system_prop:s0
  /system/sepolicy/prebuilts/api/27.0/private/
property_contexts 22 hw. u:object_r:system_prop:s0
23 ro.hw. u:object_r:system_prop:s0
  /device/generic/goldfish/camera/
Android.mk 23 emulator_camera_module_relative_path := hw
  /device/google/marlin/camera/QCamera2/
Android.mk 113 LOCAL_MODULE_RELATIVE_PATH := hw
  /external/autotest/client/cros/audio/
alsa_utils.py 187 @param device: The device to record the audio. E.g. hw:0,1
278 @param device: The device to play the audio on. E.g. hw:0,1
313 @param device: The device used to recorded the audio from. E.g. hw:0,1
382 this function will return "hw:0,1".
385 return "hw:%s" % tokens[2]
  /external/toybox/toys/pending/
arp.c 90 char *p = ptr, *hw = hw_addr; local
103 error_exit("bad hw addr '%s'", hw);

Completed in 598 milliseconds

<<11121314151617181920>>