Home
last modified time | relevance | path

Searched defs:names (Results 1 – 15 of 15) sorted by relevance

/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()
128 int inv_read_temperature_raw(const struct inv_sysfs_names_s *names, short *data, 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()
169 int inv_read_power_state(const struct inv_sysfs_names_s *names, char *data) in inv_read_power_state()
189 int inv_read_scale(const struct inv_sysfs_names_s *names, float *data) in inv_read_scale()
209 int inv_read_temp_scale(const struct inv_sysfs_names_s *names, short *data) in inv_read_temp_scale()
229 int inv_read_temp_offset(const struct inv_sysfs_names_s *names, short *data) in inv_read_temp_offset()
250 int inv_read_q16(const struct inv_sysfs_names_s *names, long *data, in inv_read_q16()
271 int inv_read_temp_q16(const struct inv_sysfs_names_s *names, long *data, in inv_read_temp_q16()
296 int inv_write_fifo_rate(const struct inv_sysfs_names_s *names, short data) in inv_write_fifo_rate()
[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()
122 int inv_read_temperature_raw(const struct inv_sysfs_names_s *names, short *data, 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()
163 int inv_read_power_state(const struct inv_sysfs_names_s *names, char *data) in inv_read_power_state()
183 int inv_read_scale(const struct inv_sysfs_names_s *names, float *data) in inv_read_scale()
203 int inv_read_temp_scale(const struct inv_sysfs_names_s *names, short *data) in inv_read_temp_scale()
223 int inv_read_temp_offset(const struct inv_sysfs_names_s *names, short *data) in inv_read_temp_offset()
244 int inv_read_q16(const struct inv_sysfs_names_s *names, long *data, in inv_read_q16()
265 int inv_read_temp_q16(const struct inv_sysfs_names_s *names, long *data, in inv_read_temp_q16()
290 int inv_write_fifo_rate(const struct inv_sysfs_names_s *names, short data) in inv_write_fifo_rate()
[all …]
/hardware/google/av/codec2/include/
DC2Enum.h115 #define DEFINE_C2_ENUM_VALUE_CUSTOM_HELPER(name, names) \ argument
117 #define _DEFINE_C2_ENUM_VALUE_CUSTOM_HELPER(enabled, name, names) \ argument
119 #define __DEFINE_C2_ENUM_VALUE_CUSTOM_HELPER(enabled, name, names) \ argument
121 #define ___DEFINE_C2_ENUM_VALUE_CUSTOM_HELPER(name, names) \ argument
127 #define ___DEFINE_C2_ENUM_VALUE_CUSTOM_HELPER__C2_GENERATE_GLOBAL_VARS__(name, names) argument
193 #define C2ENUM_CUSTOM_NAMES(name, type, names, ...) \ argument
/hardware/interfaces/usb/1.0/default/
DUsb.cpp163 Status getTypeCPortNamesHelper(std::vector<std::string>& names) { in getTypeCPortNamesHelper()
241 std::vector<std::string> names; in getPortStatusHelper() local
/hardware/interfaces/neuralnetworks/1.1/vts/functional/
DVtsHalNeuralnetworks.cpp96 const std::vector<std::string> names = hardware::getAllHalInstanceNames(IDevice::descriptor); in getNamedDevicesImpl() local
/hardware/interfaces/neuralnetworks/1.0/vts/functional/
DVtsHalNeuralnetworks.cpp93 const std::vector<std::string> names = hardware::getAllHalInstanceNames(IDevice::descriptor); in getNamedDevicesImpl() local
/hardware/google/av/codec2/vndk/util/
DC2ParamUtils.cpp120 const std::vector<C2StringLiteral> names, in sanitizeEnumValueNames()
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DVtsHalNeuralnetworks.cpp99 const std::vector<std::string> names = hardware::getAllHalInstanceNames(IDevice::descriptor); in getNamedDevicesImpl() local
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DVtsHalNeuralnetworks.cpp104 const std::vector<std::string> names = hardware::getAllHalInstanceNames(IDevice::descriptor); in getNamedDevicesImpl() local
/hardware/interfaces/keymaster/4.1/support/
DKeymaster.cpp91 serviceManager->listManifestByInterface(descriptor, [&](const hidl_vec<hidl_string>& names) { in enumerateDevices()
/hardware/interfaces/keymaster/4.0/vts/functional/
DHmacKeySharingTest.cpp33 auto names = android::hardware::getAllHalInstanceNames(IKeymasterDevice::descriptor); in allKeymasters() local
/hardware/interfaces/renderscript/1.0/vts/functional/
DVtsCopyTests.cpp436 hidl_vec<hidl_string> names = {hidl_string("first"), hidl_string("second")}; in TEST_P() local
/hardware/interfaces/wifi/1.3/default/
Dwifi_chip.cpp65 std::vector<hidl_string> names; in getNames() local
75 std::vector<hidl_string> names; in findUsingName() local
/hardware/interfaces/renderscript/1.0/default/
DContext.cpp380 …hidl_vec<hidl_string> names = rs_to_hidl<hidl_string>(_names, [](const char* val) { return va… in elementGetSubElements() local
395 …ntext::elementComplexCreate(const hidl_vec<Element>& eins, const hidl_vec<hidl_string>& names, con… in elementComplexCreate()
/hardware/interfaces/audio/effect/all-versions/vts/functional/
DVtsHalAudioEffectTargetTest.cpp605 Return<void> ret = equalizer->getPresetNames([&](Result r, const hidl_vec<hidl_string>& names) { in getPresetCount()