Home
last modified time | relevance | path

Searched refs:access (Results 1 – 25 of 25) sorted by relevance

/hardware/qcom/audio/legacy/libalsa-intf/
Dalsa_mixer.c244 (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/
Dhardware.c134 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/
Dloc_target.cpp199 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/
Dnouveau_bo.h107 nouveau_bo_busy(struct nouveau_bo *, uint32_t access);
Dnouveau_bo.c550 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/
Dusage_dx.dox18 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
DCHANGELOG494 Make block access to frame buffer sequential
/hardware/libhardware_legacy/wifi/
Dwifi.c300 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/
DAudioHardwareGeneric.cpp61 if (::access(kAudioDeviceName, O_RDWR) == NO_ERROR) in initCheck()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
Dsixtappredict8x4_v6.asm252 ;One word each is reserved. Label filter_coeff can be used to access the data.
/hardware/ti/omap3/dspbridge/libbridge/
DCOPYING234 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/
DCHANGES109 * New feature: access to Google Test flag values in user code.
DREADME28 However, since core members of the Google Test project have no access
/hardware/qcom/audio/voice_processing/
Dvoice_processing.c428 if (access(EFFECTS_DESCRIPTOR_LIBRARY_PATH, R_OK) == 0) { in init()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
Dcpplint.py1690 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/
Dasound.h842 unsigned int access; /* R: value access (bitmask) - SNDRV_CTL_ELEM_ACCESS_* */ member
/hardware/qcom/msm8x84/kernel-headers/sound/
Dasound.h846 unsigned int access; member
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
DOMXCapture.cpp124 access(kRawImagesOutputDirPath, F_OK) != -1 ) { in setParametersCapture()
128 if (mRawCapture && (access(kYuvImagesOutputDirPath, F_OK) != -1)) { in setParametersCapture()
/hardware/intel/bootstub/
DLICENSE175 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/
Dcamera_test_menu.cpp4099 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/
Daudio_hw.c2680 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/
Dva.c238 if (0 == access( driver_path, F_OK)) in va_openDriver()
/hardware/intel/img/libdrm/libdrm/
Dxf86drm.c458 if (!access("/proc/dri/0", R_OK)) in drmAvailable()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
Dloopfilter_filters_altivec.asm410 ;# setup strides/pointers to be able to access
/hardware/ti/omap4-aah/camera/
DCameraHal.cpp597 access(kRawImagesOutputDirPath, F_OK) != -1 ) { in setParameters()