/hardware/qcom/audio/legacy/libalsa-intf/ |
D | alsa_mixer.c | 244 (ei->access & SNDRV_CTL_ELEM_ACCESS_READ) ? 'r' : ' ', in mixer_dump() 245 (ei->access & SNDRV_CTL_ELEM_ACCESS_WRITE) ? 'w' : ' ', in mixer_dump() 246 (ei->access & SNDRV_CTL_ELEM_ACCESS_VOLATILE) ? 'V' : ' ', in mixer_dump() 247 (ei->access & SNDRV_CTL_ELEM_ACCESS_TIMESTAMP) ? 'T' : ' ', in mixer_dump() 248 (ei->access & SNDRV_CTL_ELEM_ACCESS_TLV_READ) ? 'R' : ' ', in mixer_dump() 249 (ei->access & SNDRV_CTL_ELEM_ACCESS_TLV_WRITE) ? 'W' : ' ', in mixer_dump() 250 (ei->access & SNDRV_CTL_ELEM_ACCESS_TLV_COMMAND) ? 'C' : ' ', in mixer_dump() 251 (ei->access & SNDRV_CTL_ELEM_ACCESS_INACTIVE) ? 'I' : ' ', in mixer_dump() 252 (ei->access & SNDRV_CTL_ELEM_ACCESS_LOCK) ? 'L' : ' ', in mixer_dump() 319 if(!!(ctl->info->access & SNDRV_CTL_ELEM_ACCESS_TLV_READ)) { in mixer_ctl_read_tlv()
|
/hardware/libhardware/ |
D | hardware.c | 134 if (access(path, R_OK) == 0) in hw_module_exists() 139 if (access(path, R_OK) == 0) in hw_module_exists()
|
/hardware/qcom/gps/utils/ |
D | loc_target.cpp | 199 if (!access(hw_platform, F_OK)) { in loc_get_target() 204 if (!access(id, F_OK)) { in loc_get_target()
|
/hardware/intel/img/libdrm/libdrm/nouveau/ |
D | nouveau_bo.h | 107 nouveau_bo_busy(struct nouveau_bo *, uint32_t access);
|
D | nouveau_bo.c | 550 nouveau_bo_busy(struct nouveau_bo *bo, uint32_t access) in nouveau_bo_busy() argument 552 return nouveau_bo_wait(bo, (access & NOUVEAU_BO_WR), 1, 1); in nouveau_bo_busy()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | usage_dx.dox | 18 There are two methods for the application to access decoded frame data. Some 33 examine the rectangles that describe what data is valid to access and what
|
D | CHANGELOG | 494 Make block access to frame buffer sequential
|
/hardware/libhardware_legacy/wifi/ |
D | wifi.c | 300 ret = access(SUPP_ENTROPY_FILE, R_OK|W_OK); in ensure_entropy_file_exists() 347 ret = access(config_file, R_OK|W_OK); in ensure_config_file_exists() 575 if (access(IFACE_DIR, F_OK) == 0) { in wifi_connect_to_supplicant()
|
/hardware/libhardware_legacy/audio/ |
D | AudioHardwareGeneric.cpp | 61 if (::access(kAudioDeviceName, O_RDWR) == NO_ERROR) in initCheck()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/ |
D | sixtappredict8x4_v6.asm | 252 ;One word each is reserved. Label filter_coeff can be used to access the data.
|
/hardware/ti/omap3/dspbridge/libbridge/ |
D | COPYING | 234 If distribution of object code is made by offering access to copy 235 from a designated place, then offering equivalent access to copy the 311 d) If distribution of the work is made by offering access to copy 312 from a designated place, offer equivalent access to copy the above
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/ |
D | CHANGES | 109 * New feature: access to Google Test flag values in user code.
|
D | README | 28 However, since core members of the Google Test project have no access
|
/hardware/qcom/audio/voice_processing/ |
D | voice_processing.c | 428 if (access(EFFECTS_DESCRIPTOR_LIBRARY_PATH, R_OK) == 0) { in init()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/ |
D | cpplint.py | 1690 self.access = 'public' 1693 self.access = 'private' 1995 classinfo.access = access_match.group(2) 2394 if nesting_state.stack[-1].access != 'private':
|
/hardware/qcom/msm8x84/original-kernel-headers/sound/ |
D | asound.h | 842 unsigned int access; /* R: value access (bitmask) - SNDRV_CTL_ELEM_ACCESS_* */ member
|
/hardware/qcom/msm8x84/kernel-headers/sound/ |
D | asound.h | 846 unsigned int access; member
|
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/ |
D | OMXCapture.cpp | 124 access(kRawImagesOutputDirPath, F_OK) != -1 ) { in setParametersCapture() 128 if (mRawCapture && (access(kYuvImagesOutputDirPath, F_OK) != -1)) { in setParametersCapture()
|
/hardware/intel/bootstub/ |
D | LICENSE | 175 access to copy from a designated place, then offering equivalent 176 access to copy the source code from the same place counts as
|
/hardware/ti/omap4-aah/test/CameraHal/ |
D | camera_test_menu.cpp | 4099 if (access(output_dir_path, F_OK) == -1) { in setOutputDirPath() 4108 if (access(videos_dir_path, F_OK) == -1) { in setOutputDirPath() 4117 if (access(images_dir_path, F_OK) == -1) { in setOutputDirPath()
|
/hardware/qcom/audio/hal/ |
D | audio_hw.c | 2680 if (access(VISUALIZER_LIBRARY_PATH, R_OK) == 0) { in adev_open() 2695 if (access(OFFLOAD_EFFECTS_BUNDLE_LIBRARY_PATH, R_OK) == 0) { in adev_open()
|
/hardware/intel/common/libva/va/ |
D | va.c | 238 if (0 == access( driver_path, F_OK)) in va_openDriver()
|
/hardware/intel/img/libdrm/libdrm/ |
D | xf86drm.c | 458 if (!access("/proc/dri/0", R_OK)) in drmAvailable()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
D | loopfilter_filters_altivec.asm | 410 ;# setup strides/pointers to be able to access
|
/hardware/ti/omap4-aah/camera/ |
D | CameraHal.cpp | 597 access(kRawImagesOutputDirPath, F_OK) != -1 ) { in setParameters()
|