Home
last modified time | relevance | path

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

1234567

/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
Dinv_sysfs_utils.c102 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 …]
Dinv_sysfs_utils.h68 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/
Dinv_sysfs_utils.c96 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 …]
Dinv_sysfs_utils.h62 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/
DC2Enum.h65 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/
DUsb.cpp163 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/
DIEqualizerEffect.hal64 * 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/
DIEqualizerEffect.hal64 * 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/
DIEqualizerEffect.hal64 * 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/
DC2ParamUtils.cpp120 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/
DAndroid.mk10 LOCAL_CFLAGS := -fno-operator-names -Wno-unused-parameter -DLOG_TAG=\"SDM\" \
/hardware/interfaces/camera/provider/2.4/
DICameraProvider.hal30 * 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/
DKeymaster.cpp89 serviceManager->listByInterface(descriptor, [&](const hidl_vec<hidl_string>& names) { in enumerateDevices() argument
90 for (auto& name : names) { in enumerateDevices()
/hardware/interfaces/wifi/1.0/
DIWifiChip.hal317 * 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/
DIRadioIndication.hal31 * 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/
DNOTICE11 � Neither the name of the QUALCOMM USA, INC. nor the names of its contributors may be used…
/hardware/qcom/sdm845/gps/msm8994/loc_api/
DNOTICE11 � Neither the name of the QUALCOMM USA, INC. nor the names of its contributors may be used…
/hardware/qcom/sdm845/gps/loc_api/
DNOTICE11 � Neither the name of the QUALCOMM USA, INC. nor the names of its contributors may be used…
/hardware/qcom/gps/loc_api/
DNOTICE11 � Neither the name of the QUALCOMM USA, INC. nor the names of its contributors may be used…
/hardware/qcom/gps/msm8960/loc_api/
DNOTICE11 � Neither the name of the QUALCOMM USA, INC. nor the names of its contributors may be used…
/hardware/qcom/sdm845/gps/msm8084/loc_api/
DNOTICE11 � Neither the name of the QUALCOMM USA, INC. nor the names of its contributors may be used…
/hardware/qcom/gps/msm8994/loc_api/
DNOTICE11 � Neither the name of the QUALCOMM USA, INC. nor the names of its contributors may be used…
/hardware/qcom/gps/msm8084/loc_api/
DNOTICE11 � Neither the name of the QUALCOMM USA, INC. nor the names of its contributors may be used…
/hardware/qcom/bootctrl/
DNOTICE12 * Neither the name of The Linux Foundation nor the names of its
/hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib/
DNOTICE14 * Neither the name of The Android Open Source Project nor the names

1234567