/hardware/bsp/intel/peripheral/libupm/doxy/node/generators/yuidoc/tmpl/partials/ |
D | classes.handlebars | 91 …<li class="index-item method{{#if access}} {{access}}{{/if}}{{#if deprecated}} deprecated{{/if}}{{… 112 …<li class="index-item property{{#if access}} {{access}}{{/if}}{{#if deprecated}} deprecated{{/if}}… 133 …<li class="index-item attr{{#if access}} {{access}}{{/if}}{{#if deprecated}} deprecated{{/if}}{{#i… 147 …<li class="index-item event{{#if access}} {{access}}{{/if}}{{#if deprecated}} deprecated{{/if}}{{#…
|
D | props.handlebars | 1 <div id="property_{{name}}" class="property item{{#if access}} {{access}}{{/if}}{{#if deprecated}} … 9 {{#if access}} 10 <span class="flag {{access}}">{{access}}</span>
|
D | method.handlebars | 1 <div id="method_{{name}}" class="method item{{#if access}} {{access}}{{/if}}{{#if deprecated}} depr… 32 {{#if access}} 33 <span class="flag {{access}}">{{access}}</span>
|
/hardware/libhardware/ |
D | hardware.c | 136 if (access(path, R_OK) == 0) in hw_module_exists() 141 if (access(path, R_OK) == 0) in hw_module_exists() 146 if (access(path, R_OK) == 0) in hw_module_exists()
|
/hardware/libhardware/modules/vehicle/ |
D | vehicle.c | 70 .access = VEHICLE_PROP_ACCESS_READ, 79 .access = VEHICLE_PROP_ACCESS_READ, 88 .access = VEHICLE_PROP_ACCESS_READ, 97 .access = VEHICLE_PROP_ACCESS_READ, 106 .access = VEHICLE_PROP_ACCESS_READ, 115 .access = VEHICLE_PROP_ACCESS_READ_WRITE, 441 if ((config->access != VEHICLE_PROP_ACCESS_READ) && in vdev_subscribe() 442 (config->access != VEHICLE_PROP_ACCESS_READ_WRITE)) { in vdev_subscribe()
|
/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/bsp/intel/peripheral/libmraa/docs/ |
D | iio.md | 29 ## 'RAW' access 31 Mraa supports raw access
|
D | galileorevd.md | 10 - gpio register access via /dev/uio is limited to pin2 and 3
|
D | internals.md | 100 access. This is however trickier and typically relies on lots of platform 102 addresses to toggle gpios which is how mmap access works on some boards.
|
/hardware/qcom/gps/msm8084/utils/ |
D | loc_target.cpp | 200 if (!access(hw_platform, F_OK)) { in loc_get_target() 205 if (!access(id, F_OK)) { in loc_get_target()
|
/hardware/qcom/gps/utils/ |
D | loc_target.cpp | 201 if (!access(hw_platform, F_OK)) { in loc_get_target() 206 if (!access(id, F_OK)) { in loc_get_target()
|
/hardware/qcom/gps/msm8994/utils/ |
D | loc_target.cpp | 201 if (!access(hw_platform, F_OK)) { in loc_get_target() 206 if (!access(id, F_OK)) { in loc_get_target()
|
/hardware/qcom/gps/msm8909/utils/ |
D | loc_target.cpp | 201 if (!access(hw_platform, F_OK)) { in loc_get_target() 206 if (!access(id, F_OK)) { in loc_get_target()
|
/hardware/qcom/gps/msm8996/utils/ |
D | loc_target.cpp | 201 if (!access(hw_platform, F_OK)) { in loc_get_target() 206 if (!access(id, F_OK)) { in loc_get_target()
|
/hardware/bsp/intel/peripheral/libmraa/examples/ |
D | CMakeLists.txt | 18 # FIXME Hack to access mraa internal types used by mraa-i2c
|
/hardware/qcom/display/msm8996/sdm/libs/utils/ |
D | sys.cpp | 62 extern int virtual_open(const char *file_name, int access, ...);
|
/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
|
/hardware/libhardware_legacy/wifi/ |
D | wifi.c | 338 ret = access(SUPP_ENTROPY_FILE, R_OK|W_OK); in ensure_entropy_file_exists() 385 ret = access(config_file, R_OK|W_OK); in ensure_config_file_exists() 602 if (access(IFACE_DIR, F_OK) == 0) { in wifi_connect_to_supplicant()
|
/hardware/qcom/display/msm8996/hdmi_cec/ |
D | qhdmi_cec.cpp | 74 err = access(path, R_OK); in read_node() 89 err = access(path, W_OK); in write_node()
|
/hardware/libhardware/include/hardware/ |
D | vehicle.h | 1326 int32_t access; member
|
/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/qcom/audio/post_proc/ |
D | volume_listener.c | 583 if (access(PRIMARY_HAL_PATH, R_OK) == 0) { in init_once()
|
/hardware/qcom/audio/hal/msm8974/ |
D | platform.c | 1016 if (F_OK != access(mixer_xml_file, 0)) { in platform_init() 1021 if (F_OK != access(mixer_xml_file, 0)) { in platform_init() 1031 if (F_OK != access(platform_info_file, 0)) { in platform_init() 1036 if (F_OK != access(platform_info_file, 0)) { in platform_init()
|
/hardware/qcom/audio/msm8909/voice_processing/ |
D | voice_processing.c | 432 if (access(EFFECTS_DESCRIPTOR_LIBRARY_PATH, R_OK) == 0) { in init()
|