/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
D | DefaultConfig.h | 168 .access = VehiclePropertyAccess::READ, 177 .access = VehiclePropertyAccess::READ, 185 .access = VehiclePropertyAccess::READ, 194 .access = VehiclePropertyAccess::READ, 202 .access = VehiclePropertyAccess::READ, 211 .access = VehiclePropertyAccess::READ, 220 .access = VehiclePropertyAccess::READ, 229 .access = VehiclePropertyAccess::READ, 236 .access = VehiclePropertyAccess::READ, 246 .access = VehiclePropertyAccess::READ_WRITE, [all …]
|
/hardware/interfaces/automotive/vehicle/2.0/default/tests/ |
D | VehicleHalTestUtils.h | 38 .access = VehiclePropertyAccess::READ, 44 .access = VehiclePropertyAccess::READ_WRITE, 55 .access = VehiclePropertyAccess::WRITE, 67 .access = VehiclePropertyAccess::READ, 72 .access = VehiclePropertyAccess::READ_WRITE, 78 .access = VehiclePropertyAccess::READ_WRITE, 85 .access = VehiclePropertyAccess::READ_WRITE,
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | types.hal | 147 * @access VehiclePropertyAccess:READ 159 * @access VehiclePropertyAccess:READ 171 * @access VehiclePropertyAccess:READ 183 * @access VehiclePropertyAccess:READ 196 * @access VehiclePropertyAccess:READ 209 * @access VehiclePropertyAccess:READ 223 * @access VehiclePropertyAccess:READ 237 * @access VehiclePropertyAccess:READ 250 * @access VehiclePropertyAccess:READ 262 * @access VehiclePropertyAccess:READ [all …]
|
/hardware/interfaces/wifi/hostapd/1.0/ |
D | IHostapd.hal | 103 * Parameters to use for setting up the access point interface. 115 * Parameters to use for setting up the access point network. 129 * Adds a new access point for hostapd to control. 131 * This should trigger the setup of an access point with the specified 134 * @param ifaceParams AccessPoint Params for the access point. 135 * @param nwParams Network Params for the access point. 147 * Removes an existing access point from hostapd. 149 * This should bring down the access point previously setup on the
|
/hardware/interfaces/wifi/hostapd/1.1/ |
D | IHostapd.hal | 57 * Parameters to use for setting up the access point interface. 69 * Adds a new access point for hostapd to control. 71 * This should trigger the setup of an access point with the specified 74 * @param ifaceParams AccessPoint Params for the access point. 75 * @param nwParams Network Params for the access point.
|
/hardware/qcom/sm8150/display/sdm/include/utils/ |
D | sys.h | 57 typedef int (*access)(const char *, int); typedef 72 static access access_;
|
/hardware/qcom/display/msm8998/sdm/include/utils/ |
D | sys.h | 57 typedef int (*access)(const char *, int); typedef 72 static access access_;
|
/hardware/qcom/display/msm8909/sdm/include/utils/ |
D | sys.h | 57 typedef int (*access)(const char *, int); typedef 72 static access access_;
|
/hardware/qcom/display/msm8909w_3100/sdm/include/utils/ |
D | sys.h | 57 typedef int (*access)(const char *, int); typedef 72 static access access_;
|
/hardware/qcom/sdm845/display/sdm/include/utils/ |
D | sys.h | 57 typedef int (*access)(const char *, int); typedef 72 static access access_;
|
/hardware/qcom/display/msm8909/sdm/libs/utils/ |
D | sys.cpp | 48 Sys::access Sys::access_ = ::access;
|
/hardware/qcom/display/msm8998/sdm/libs/utils/ |
D | sys.cpp | 48 Sys::access Sys::access_ = ::access;
|
/hardware/qcom/sdm845/display/sdm/libs/utils/ |
D | sys.cpp | 48 Sys::access Sys::access_ = ::access;
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/utils/ |
D | sys.cpp | 48 Sys::access Sys::access_ = ::access;
|
/hardware/qcom/sm8150/display/sdm/libs/utils/ |
D | sys.cpp | 48 Sys::access Sys::access_ = ::access;
|
/hardware/libhardware/ |
D | hardware.c | 179 if (path_in_path(path, HAL_LIBRARY_PATH3) && access(path, R_OK) == 0) in hw_module_exists() 184 if (path_in_path(path, HAL_LIBRARY_PATH2) && access(path, R_OK) == 0) in hw_module_exists() 190 if (path_in_path(path, HAL_LIBRARY_PATH1) && access(path, R_OK) == 0) in hw_module_exists()
|
/hardware/interfaces/gnss/visibility_control/1.0/ |
D | IGnssVisibilityControl.hal | 39 * location access by the non-framework on/off device entities they are representing. 53 * Enables/disables non-framework entity location access permission in the GNSS HAL. 57 * explicitly grants/revokes the location access permission for non-framework, non-user 65 * the non-framework location access entities (on/off the device) for which the framework 66 * user has granted non-framework location access permission. The GNSS HAL implementation
|
/hardware/interfaces/wifi/1.0/ |
D | IWifiStaIfaceEventCallback.hal | 53 * Called when the RSSI of the currently connected access point goes beyond the 57 * @param currBssid BSSID of the currently connected access point. 58 * @param currRssi RSSI of the currently connected access point.
|
/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/interfaces/automotive/evs/1.0/ |
D | IEvsEnumerator.hal | 56 * Get exclusive access to IEvsDisplay for the system 59 * requests access to it. If the EVS display is not available or is already in use, 61 * access.
|
/hardware/interfaces/wifi/supplicant/1.0/ |
D | ISupplicantStaIfaceCallback.hal | 32 * start looking for an access point. This state is entered when a 405 * @param bssid BSSID of the access point. 406 * @param data ANQP data fetched from the access point. 408 * @param hs20Data ANQP data fetched from the Hotspot 2.0 access point. 416 * @param bssid BSSID of the access point. 418 * @param data Icon data fetched from the access point. 426 * @param bssid BSSID of the access point. 437 * @param bssid BSSID of the access point. 456 * from access point. Refer to section 8.4.1.7 of IEEE802.11 spec.
|
/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/sdm845/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/sm8150/gps/utils/ |
D | loc_target.cpp | 153 if (!access(hw_platform, F_OK)) { in loc_get_target() 158 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()
|