Home
last modified time | relevance | path

Searched refs:names (Results 1 – 25 of 170) 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/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/neuralnetworks/1.1/vts/functional/
DVtsHalNeuralnetworks.cpp96 const std::vector<std::string> names = hardware::getAllHalInstanceNames(IDevice::descriptor); in getNamedDevicesImpl() local
100 namedDevices.reserve(names.size()); in getNamedDevicesImpl()
101 std::transform(names.begin(), names.end(), std::back_inserter(namedDevices), makeNamedDevice); in getNamedDevicesImpl()
/hardware/interfaces/neuralnetworks/1.0/vts/functional/
DVtsHalNeuralnetworks.cpp93 const std::vector<std::string> names = hardware::getAllHalInstanceNames(IDevice::descriptor); in getNamedDevicesImpl() local
97 namedDevices.reserve(names.size()); in getNamedDevicesImpl()
98 std::transform(names.begin(), names.end(), std::back_inserter(namedDevices), makeNamedDevice); in getNamedDevicesImpl()
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DVtsHalNeuralnetworks.cpp99 const std::vector<std::string> names = hardware::getAllHalInstanceNames(IDevice::descriptor); in getNamedDevicesImpl() local
103 namedDevices.reserve(names.size()); in getNamedDevicesImpl()
104 std::transform(names.begin(), names.end(), std::back_inserter(namedDevices), makeNamedDevice); in getNamedDevicesImpl()
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DVtsHalNeuralnetworks.cpp104 const std::vector<std::string> names = hardware::getAllHalInstanceNames(IDevice::descriptor); in getNamedDevicesImpl() local
108 namedDevices.reserve(names.size()); in getNamedDevicesImpl()
109 std::transform(names.begin(), names.end(), std::back_inserter(namedDevices), makeNamedDevice); in getNamedDevicesImpl()
/hardware/google/pixel/vibrator/common/
DHardwareBase.h43 virtual std::string toString(const NamesMap &names) = 0;
51 std::string toString(const NamesMap &names) override;
156 std::string HwApiBase::Record<T>::toString(const NamesMap &names) { in toString() argument
160 ret << mFunc << " '" << names.at(mStream) << "' = '" << mValue << "'"; in toString()
/hardware/interfaces/audio/effect/6.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/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/qcom/sm8150/display/sdm/libs/core/
DAndroid.mk10 LOCAL_CFLAGS := -fno-operator-names -Wno-unused-parameter -DLOG_TAG=\"SDM\" \
/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.1/support/
DKeymaster.cpp90 serviceManager->listManifestByInterface(descriptor, [&](const hidl_vec<hidl_string>& names) { in enumerateDevices() argument
91 for (auto& name : names) { in enumerateDevices()
/hardware/interfaces/keymaster/4.0/vts/functional/
DHmacKeySharingTest.cpp33 auto names = android::hardware::getAllHalInstanceNames(IKeymasterDevice::descriptor); in allKeymasters() local
34 for (const auto& name : names) { in allKeymasters()
/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/qcom/sm8150/data/ipacfg-mgr/
DLICENSE13 * Neither the name of The Linux Foundation nor the names of its
DNOTICE13 * Neither the name of The Linux Foundation nor the names of its
/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/gps/msm8960/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…

1234567