/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/ |
D | inv_sysfs_utils.c | 102 int inv_read_raw(const struct inv_sysfs_names_s *names, long *data, in inv_read_raw() argument 108 count = inv_sysfs_read((char*)names->raw_data, sizeof(str), str); in inv_read_raw() 128 int inv_read_temperature_raw(const struct inv_sysfs_names_s *names, short *data, in inv_read_temperature_raw() argument 134 count = inv_sysfs_read((char*)names->temperature, sizeof(str), str); in inv_read_temperature_raw() 149 int inv_read_fifo_rate(const struct inv_sysfs_names_s *names, short *data) in inv_read_fifo_rate() argument 154 count = inv_sysfs_read((char*)names->fifo_rate, sizeof(str), str); in inv_read_fifo_rate() 169 int inv_read_power_state(const struct inv_sysfs_names_s *names, char *data) in inv_read_power_state() argument 174 count = inv_sysfs_read((char*)names->power_state, sizeof(str), str); in inv_read_power_state() 189 int inv_read_scale(const struct inv_sysfs_names_s *names, float *data) in inv_read_scale() argument 194 count = inv_sysfs_read((char*)names->scale, sizeof(str), str); in inv_read_scale() [all …]
|
D | inv_sysfs_utils.h | 68 int inv_read_raw(const struct inv_sysfs_names_s *names, long *data, 70 int inv_read_temperature_raw(const struct inv_sysfs_names_s *names, short *data, 72 int inv_read_fifo_rate(const struct inv_sysfs_names_s *names, short *data); 73 int inv_read_power_state(const struct inv_sysfs_names_s *names, char *data); 74 int inv_read_scale(const struct inv_sysfs_names_s *names, float *data); 75 int inv_read_temp_scale(const struct inv_sysfs_names_s *names, short *data); 76 int inv_read_temp_offset(const struct inv_sysfs_names_s *names, short *data); 77 int inv_write_fifo_rate(const struct inv_sysfs_names_s *names, short data); 78 int inv_write_buffer_enable(const struct inv_sysfs_names_s *names, char data); 79 int inv_write_power_state(const struct inv_sysfs_names_s *names, char data); [all …]
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/ |
D | inv_sysfs_utils.c | 96 int inv_read_raw(const struct inv_sysfs_names_s *names, long *data, in inv_read_raw() argument 102 count = inv_sysfs_read((char*)names->raw_data, sizeof(str), str); in inv_read_raw() 122 int inv_read_temperature_raw(const struct inv_sysfs_names_s *names, short *data, in inv_read_temperature_raw() argument 128 count = inv_sysfs_read((char*)names->temperature, sizeof(str), str); in inv_read_temperature_raw() 143 int inv_read_fifo_rate(const struct inv_sysfs_names_s *names, short *data) in inv_read_fifo_rate() argument 148 count = inv_sysfs_read((char*)names->fifo_rate, sizeof(str), str); in inv_read_fifo_rate() 163 int inv_read_power_state(const struct inv_sysfs_names_s *names, char *data) in inv_read_power_state() argument 168 count = inv_sysfs_read((char*)names->power_state, sizeof(str), str); in inv_read_power_state() 183 int inv_read_scale(const struct inv_sysfs_names_s *names, float *data) in inv_read_scale() argument 188 count = inv_sysfs_read((char*)names->scale, sizeof(str), str); in inv_read_scale() [all …]
|
D | inv_sysfs_utils.h | 62 int inv_read_raw(const struct inv_sysfs_names_s *names, long *data, 64 int inv_read_temperature_raw(const struct inv_sysfs_names_s *names, short *data, 66 int inv_read_fifo_rate(const struct inv_sysfs_names_s *names, short *data); 67 int inv_read_power_state(const struct inv_sysfs_names_s *names, char *data); 68 int inv_read_scale(const struct inv_sysfs_names_s *names, float *data); 69 int inv_read_temp_scale(const struct inv_sysfs_names_s *names, short *data); 70 int inv_read_temp_offset(const struct inv_sysfs_names_s *names, short *data); 71 int inv_write_fifo_rate(const struct inv_sysfs_names_s *names, short data); 72 int inv_write_buffer_enable(const struct inv_sysfs_names_s *names, char data); 73 int inv_write_power_state(const struct inv_sysfs_names_s *names, char data); [all …]
|
/hardware/google/av/codec2/include/ |
D | C2Enum.h | 65 const std::vector<C2StringLiteral> names, 77 std::vector<C2StringLiteral> names, 80 std::vector<C2String> sanitizedNames = sanitizeEnumValueNames(names, prefix); 115 #define DEFINE_C2_ENUM_VALUE_CUSTOM_HELPER(name, names) \ argument 116 _DEFINE_C2_ENUM_VALUE_CUSTOM_HELPER(__C2_GENERATE_GLOBAL_VARS__, name, names) 117 #define _DEFINE_C2_ENUM_VALUE_CUSTOM_HELPER(enabled, name, names) \ argument 118 __DEFINE_C2_ENUM_VALUE_CUSTOM_HELPER(enabled, name, names) 119 #define __DEFINE_C2_ENUM_VALUE_CUSTOM_HELPER(enabled, name, names) \ argument 120 ___DEFINE_C2_ENUM_VALUE_CUSTOM_HELPER##enabled(name, names) 121 #define ___DEFINE_C2_ENUM_VALUE_CUSTOM_HELPER(name, names) \ argument [all …]
|
/hardware/interfaces/usb/1.0/default/ |
D | Usb.cpp | 163 Status getTypeCPortNamesHelper(std::vector<std::string>& names) { in getTypeCPortNamesHelper() argument 185 names.resize(ports); in getTypeCPortNamesHelper() 195 names[current++] = ep->d_name; in getTypeCPortNamesHelper() 241 std::vector<std::string> names; in getPortStatusHelper() local 242 Status result = getTypeCPortNamesHelper(names); in getPortStatusHelper() 245 currentPortStatus.resize(names.size()); in getPortStatusHelper() 246 for(std::vector<std::string>::size_type i = 0; i < names.size(); i++) { in getPortStatusHelper() 247 ALOGI("%s", names[i].c_str()); in getPortStatusHelper() 248 currentPortStatus[i].portName = names[i]; in getPortStatusHelper() 251 if (getCurrentRoleHelper(names[i], PortRoleType::POWER_ROLE, in getPortStatusHelper() [all …]
|
/hardware/interfaces/audio/effect/4.0/ |
D | IEqualizerEffect.hal | 64 * Gets the names of all presets the equalizer supports. 66 getPresetNames() generates (Result retval, vec<string> names); 69 * Sets the current preset using the index of the preset in the names
|
/hardware/interfaces/audio/effect/2.0/ |
D | IEqualizerEffect.hal | 64 * Gets the names of all presets the equalizer supports. 66 getPresetNames() generates (Result retval, vec<string> names); 69 * Sets the current preset using the index of the preset in the names
|
/hardware/interfaces/audio/effect/5.0/ |
D | IEqualizerEffect.hal | 64 * Gets the names of all presets the equalizer supports. 66 getPresetNames() generates (Result retval, vec<string> names); 69 * Sets the current preset using the index of the preset in the names
|
/hardware/google/av/codec2/vndk/util/ |
D | C2ParamUtils.cpp | 120 const std::vector<C2StringLiteral> names, in sanitizeEnumValueNames() argument 134 for (C2StringLiteral s : names) { in sanitizeEnumValueNames() 163 for (C2StringLiteral s : names) { in sanitizeEnumValueNames()
|
/hardware/qcom/sdm845/display/sdm/libs/core/ |
D | Android.mk | 10 LOCAL_CFLAGS := -fno-operator-names -Wno-unused-parameter -DLOG_TAG=\"SDM\" \
|
/hardware/interfaces/camera/provider/2.4/ |
D | ICameraProvider.hal | 30 * names that can then be opened via the hardware service manager. 33 * For discovery, the service names, and process names, must be of the form 46 * The device instance names enumerated by the provider in getCameraIdList() or 119 * names known to this provider. 160 * Valid device names for this provider can be obtained via either
|
/hardware/interfaces/keymaster/4.0/support/ |
D | Keymaster.cpp | 89 serviceManager->listByInterface(descriptor, [&](const hidl_vec<hidl_string>& names) { in enumerateDevices() argument 90 for (auto& name : names) { in enumerateDevices()
|
/hardware/interfaces/wifi/1.0/ |
D | IWifiChip.hal | 317 * List all the AP iface names configured on the chip. 325 * @return ifnames List of all AP iface names on the chip. 377 * List all the NAN iface names configured on the chip. 385 * @return ifnames List of all NAN iface names on the chip. 437 * List all the P2P iface names configured on the chip. 445 * @return ifnames List of all P2P iface names on the chip. 497 * List all the STA iface names configured on the chip. 505 * @return ifnames List of all STA iface names on the chip. 560 * to obtain the names and list of supported ring buffers.
|
/hardware/interfaces/radio/1.4/ |
D | IRadioIndication.hal | 31 * names, mobile country code, mobile network code, and source(s) that indicate where it comes 35 * network code, emergency service categories, and emergency uniform resource names from all
|
/hardware/qcom/sdm845/gps/msm8960/loc_api/ |
D | NOTICE | 11 � Neither the name of the QUALCOMM USA, INC. nor the names of its contributors may be used…
|
/hardware/qcom/sdm845/gps/msm8994/loc_api/ |
D | NOTICE | 11 � Neither the name of the QUALCOMM USA, INC. nor the names of its contributors may be used…
|
/hardware/qcom/sdm845/gps/loc_api/ |
D | NOTICE | 11 � Neither the name of the QUALCOMM USA, INC. nor the names of its contributors may be used…
|
/hardware/qcom/gps/loc_api/ |
D | NOTICE | 11 � Neither the name of the QUALCOMM USA, INC. nor the names of its contributors may be used…
|
/hardware/qcom/gps/msm8960/loc_api/ |
D | NOTICE | 11 � Neither the name of the QUALCOMM USA, INC. nor the names of its contributors may be used…
|
/hardware/qcom/sdm845/gps/msm8084/loc_api/ |
D | NOTICE | 11 � Neither the name of the QUALCOMM USA, INC. nor the names of its contributors may be used…
|
/hardware/qcom/gps/msm8994/loc_api/ |
D | NOTICE | 11 � Neither the name of the QUALCOMM USA, INC. nor the names of its contributors may be used…
|
/hardware/qcom/gps/msm8084/loc_api/ |
D | NOTICE | 11 � Neither the name of the QUALCOMM USA, INC. nor the names of its contributors may be used…
|
/hardware/qcom/bootctrl/ |
D | NOTICE | 12 * Neither the name of The Linux Foundation nor the names of its
|
/hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib/ |
D | NOTICE | 14 * Neither the name of The Android Open Source Project nor the names
|