Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 907) sorted by relevance

12345678910>>...37

/hardware/interfaces/broadcastradio/common/utils1x/
DUtils.cpp47 const IdentifierType type) { in bothHaveId()
52 const IdentifierType type) { in anyHaveId()
57 const IdentifierType type) { in haveEqualIds()
68 auto type = getType(a); in tunesTo() local
107 bool isAmFm(const ProgramType type) { in isAmFm()
127 static bool maybeGetId(const ProgramSelector& sel, const IdentifierType type, uint64_t* val) { in maybeGetId()
146 bool hasId(const ProgramSelector& sel, const IdentifierType type) { in hasId()
150 uint64_t getId(const ProgramSelector& sel, const IdentifierType type) { in getId()
161 uint64_t getId(const ProgramSelector& sel, const IdentifierType type, uint64_t defval) { in getId()
173 ProgramType type; in make_selector() local
/hardware/google/pixel/thermal/utils/
Dconfig_schema.json7 "type":"object", string
15 "type":"array", string
19 "type":"object", string
31 "type":"string", string
41 "type":"string", string
51 "type":"array", string
58 "type":[ array
78 "type":"array", string
85 "type":[ array
103 "type":"array", string
[all …]
/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/1/android/hardware/power/
DIPower.aidl21 oneway void setMode(in android.hardware.power.Mode type, in boolean enabled); in setMode()
22 boolean isModeSupported(in android.hardware.power.Mode type); in isModeSupported()
23 oneway void setBoost(in android.hardware.power.Boost type, in int durationMs); in setBoost()
24 boolean isBoostSupported(in android.hardware.power.Boost type); in isBoostSupported()
/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/current/android/hardware/power/
DIPower.aidl21 oneway void setMode(in android.hardware.power.Mode type, in boolean enabled); in setMode()
22 boolean isModeSupported(in android.hardware.power.Mode type); in isModeSupported()
23 oneway void setBoost(in android.hardware.power.Boost type, in int durationMs); in setBoost()
24 boolean isBoostSupported(in android.hardware.power.Boost type); in isBoostSupported()
/hardware/interfaces/power/aidl/android/hardware/power/
DIPower.aidl34 oneway void setMode(in Mode type, in boolean enabled); in setMode()
44 boolean isModeSupported(in Mode type); in isModeSupported()
60 oneway void setBoost(in Boost type, in int durationMs); in setBoost()
71 boolean isBoostSupported(in Boost type); in isBoostSupported()
/hardware/interfaces/power/aidl/default/
DPower.cpp28 ndk::ScopedAStatus Power::setMode(Mode type, bool enabled) { in setMode()
33 ndk::ScopedAStatus Power::isModeSupported(Mode type, bool* _aidl_return) { in isModeSupported()
39 ndk::ScopedAStatus Power::setBoost(Boost type, int32_t durationMs) { in setBoost()
45 ndk::ScopedAStatus Power::isBoostSupported(Boost type, bool* _aidl_return) { in isBoostSupported()
/hardware/google/av/codec2/include/
DC2Enum.h57 #define _C2_GET_ENUM_VALUE(x, type) (_C2EnumConst<type>)x argument
98 #define DEFINE_C2_ENUM_VALUE_AUTO_HELPER(name, type, prefix, ...) \ argument
101 #define _DEFINE_C2_ENUM_VALUE_AUTO_HELPER(enabled, name, type, prefix, ...) \ argument
103 #define __DEFINE_C2_ENUM_VALUE_AUTO_HELPER(enabled, name, type, prefix, ...) \ argument
105 #define ___DEFINE_C2_ENUM_VALUE_AUTO_HELPER(name, type, prefix, ...) \ argument
113 #define ___DEFINE_C2_ENUM_VALUE_AUTO_HELPER__C2_GENERATE_GLOBAL_VARS__(name, type, prefix, ...) argument
148 #define C2ENUM(name, type, ...) \ argument
172 #define C2ENUM_CUSTOM_PREFIX(name, type, prefix, ...) \ argument
193 #define C2ENUM_CUSTOM_NAMES(name, type, names, ...) \ argument
DC2.h144 #define C2_DO_NOT_COPY(type) \ argument
148 #define C2_DEFAULT_MOVE(type) \ argument
160 #define DEFINE_OTHER_COMPARISON_OPERATORS(type) \ argument
166 #define DEFINE_FIELD_BASED_COMPARISON_OPERATORS(type, field) \ argument
171 #define DEFINE_FIELD_AND_MASK_BASED_COMPARISON_OPERATORS(type, field, mask) \ argument
/hardware/interfaces/light/2.0/vts/functional/
DVtsHalLightV2_0TargetTest.cpp95 for (const Type& type: supportedTypes) { in TearDown() local
116 for (const Type& type: supportedTypes) { in TEST_P() local
127 for (const Type& type: supportedTypes) { in TEST_P() local
142 for (const Type& type: supportedTypes) { in TEST_P() local
146 for (const Type& type: unsupportedTypes) { in TEST_P() local
/hardware/interfaces/wifi/1.3/default/
Dwifi_mode_controller.cpp27 int convertIfaceTypeToFirmwareMode(IfaceType type) { in convertIfaceTypeToFirmwareMode()
57 bool WifiModeController::isFirmwareModeChangeNeeded(IfaceType type) { in isFirmwareModeChangeNeeded()
70 bool WifiModeController::changeFirmwareMode(IfaceType type) { in changeFirmwareMode()
Dhidl_struct_util.cpp717 legacy_hal::frame_type type) { in convertLegacyDebugPacketFateFrameTypeToHidl()
966 legacy_hal::NanMatchAlg convertHidlNanMatchAlgToLegacy(NanMatchAlg type) { in convertHidlNanMatchAlgToLegacy()
979 NanPublishType type) { in convertHidlNanPublishTypeToLegacy()
991 legacy_hal::NanTxType convertHidlNanTxTypeToLegacy(NanTxType type) { in convertHidlNanTxTypeToLegacy()
1002 NanSubscribeType type) { in convertHidlNanSubscribeTypeToLegacy()
1012 legacy_hal::NanSRFType convertHidlNanSrfTypeToLegacy(NanSrfType type) { in convertHidlNanSrfTypeToLegacy()
1023 NanDataPathChannelCfg type) { in convertHidlNanDataPathChannelCfgToLegacy()
1035 NanStatusType convertLegacyNanStatusTypeToHidl(legacy_hal::NanStatusType type) { in convertLegacyNanStatusTypeToHidl()
1067 void convertToWifiNanStatus(legacy_hal::NanStatusType type, const char* str, in convertToWifiNanStatus()
2204 legacy_hal::wifi_rtt_type convertHidlRttTypeToLegacy(RttType type) { in convertHidlRttTypeToLegacy()
[all …]
/hardware/interfaces/broadcastradio/common/utils2x/
DUtils.cpp95 const IdentifierType type) { in bothHaveId()
100 const IdentifierType type) { in haveEqualIds()
115 auto type = getType(b.primaryId); in tunesTo() local
136 static bool maybeGetId(const ProgramSelector& sel, const IdentifierType type, uint64_t* val) { in maybeGetId()
156 bool hasId(const ProgramSelector& sel, const IdentifierType type) { in hasId()
160 uint64_t getId(const ProgramSelector& sel, const IdentifierType type) { in getId()
171 uint64_t getId(const ProgramSelector& sel, const IdentifierType type, uint64_t defval) { in getId()
176 vector<uint64_t> getAllIds(const ProgramSelector& sel, const IdentifierType type) { in getAllIds()
292 ProgramIdentifier make_identifier(IdentifierType type, uint64_t value) { in make_identifier()
332 auto typeEquals = [](const V2_0::ProgramIdentifier& id, uint32_t type) { in satisfies()
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
Ddata_builder.c248 int type = PLAYBACK_DBG_TYPE_G_ORIENT; in inv_set_gyro_orientation_and_scale() local
265 int type = PLAYBACK_DBG_TYPE_G_SAMPLE_RATE; in inv_set_gyro_sample_rate() local
284 int type = PLAYBACK_DBG_TYPE_A_SAMPLE_RATE; in inv_set_accel_sample_rate() local
303 int type = PLAYBACK_DBG_TYPE_C_SAMPLE_RATE; in inv_set_compass_sample_rate() local
337 int type = PLAYBACK_DBG_TYPE_Q_SAMPLE_RATE; in inv_set_quat_sample_rate() local
441 int type = PLAYBACK_DBG_TYPE_A_ORIENT; in inv_set_accel_orientation_and_scale() local
464 int type = PLAYBACK_DBG_TYPE_C_ORIENT; in inv_set_compass_orientation_and_scale() local
785 int type = PLAYBACK_DBG_TYPE_ACCEL; in inv_build_accel() local
824 int type = PLAYBACK_DBG_TYPE_GYRO; in inv_build_gyro() local
856 int type = PLAYBACK_DBG_TYPE_COMPASS; in inv_build_compass() local
[all …]
/hardware/interfaces/sensors/common/vts/utils/
DSensorsHidlTestBase.cpp83 void SensorsHidlTestBase::assertTypeMatchStringType(SensorType type, in assertTypeMatchStringType()
90 #define CHECK_TYPE_STRING_FOR_SENSOR_TYPE(type) \ in assertTypeMatchStringType() argument
137 void SensorsHidlTestBase::assertTypeMatchReportMode(SensorType type, SensorFlagBits reportMode) { in assertTypeMatchReportMode()
173 SensorFlagBits SensorsHidlTestBase::expectedReportModeForType(SensorType type) { in expectedReportModeForType()
229 bool SensorsHidlTestBase::isDirectChannelTypeSupported(SensorInfo sensor, SharedMemType type) { in isDirectChannelTypeSupported()
240 void SensorsHidlTestBase::testDirectReportOperation(SensorType type, SharedMemType memType, in testDirectReportOperation()
359 void SensorsHidlTestBase::testStreamingOperation(SensorType type, in testStreamingOperation()
422 void SensorsHidlTestBase::testSamplingRateHotSwitchOperation(SensorType type, bool fastToSlow) { in testSamplingRateHotSwitchOperation()
519 void SensorsHidlTestBase::testBatchingOperation(SensorType type) { in testBatchingOperation()
DSensorsTestSharedMemory.cpp72 int32_t type = *reinterpret_cast<int32_t*>(mBuffer + offset + kOffsetType); in parseEvents() local
96 SensorsTestSharedMemory::SensorsTestSharedMemory(SharedMemType type, size_t size) in SensorsTestSharedMemory()
177 SensorsTestSharedMemory* SensorsTestSharedMemory::create(SharedMemType type, size_t size) { in create()
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
Ddata_builder.c249 int type = PLAYBACK_DBG_TYPE_G_ORIENT; in inv_set_gyro_orientation_and_scale() local
266 int type = PLAYBACK_DBG_TYPE_G_SAMPLE_RATE; in inv_set_gyro_sample_rate() local
285 int type = PLAYBACK_DBG_TYPE_A_SAMPLE_RATE; in inv_set_accel_sample_rate() local
506 int type = PLAYBACK_DBG_TYPE_C_SAMPLE_RATE; in inv_set_compass_sample_rate() local
540 int type = PLAYBACK_DBG_TYPE_Q_SAMPLE_RATE; in inv_set_quat_sample_rate() local
646 int type = PLAYBACK_DBG_TYPE_A_ORIENT; in inv_set_accel_orientation_and_scale() local
669 int type = PLAYBACK_DBG_TYPE_C_ORIENT; in inv_set_compass_orientation_and_scale() local
1011 int type = PLAYBACK_DBG_TYPE_ACCEL; in inv_build_accel() local
1050 int type = PLAYBACK_DBG_TYPE_GYRO; in inv_build_gyro() local
1082 int type = PLAYBACK_DBG_TYPE_COMPASS; in inv_build_compass() local
[all …]
/hardware/interfaces/light/2.0/default/
DLight.cpp50 Return<Status> Light::setLight(Type type, const LightState& state) { in setLight()
84 Type type = pair.first; in getSupportedTypes() local
126 const Type type = pair.first; in debug() local
161 Type type = pair.first; in HIDL_FETCH_ILight() local
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehicleObjectPool.cpp32 VehiclePropertyType type, size_t vecSize) { in obtain()
44 VehiclePropertyType type = getPropType(src.prop); in obtain() local
90 VehiclePropertyType type, size_t vecSize) { in obtainRecylable()
119 VehiclePropertyType type) { in obtain()
/hardware/st/secure_element/ese-spi-driver/
DT1protocol.cc53 uint8_t T1protocol_getValidPcb(TpduType type, RBlockType subtype, in T1protocol_getValidPcb()
138 TpduType type = Tpdu_getType(tpdu); in T1protocol_checkResponsePcbConsistency() local
185 TpduType type = Tpdu_getType(tpdu); in T1protocol_checkResponseLenConsistency() local
241 TpduType type = Tpdu_getType(tpdu); in T1protocol_checkResponseSeqNumberConsistency() local
430 TpduType type = Tpdu_getType(originalCmdTpdu); in T1protocol_processIBlock() local
997 TpduType type = Tpdu_getType(lastRespTpduReceived); in T1protocol_handleTpduResponse() local
1218 TpduType type = Tpdu_getType(&lastRespTpduReceived); in T1protocol_transcieveApduPart() local
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DUtils.cpp27 uint32_t sizeOfData(V1_2::OperandType type) { in sizeOfData()
52 static bool isTensor(V1_2::OperandType type) { in isTensor()
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dlist.h48 #define offset_of(type, member) ((char *)&((type *)0)->member) argument
50 #define container_of(ptr, type, member) ({ \ argument
54 #define list_entry(ptr, type, member) \ argument
/hardware/interfaces/renderscript/1.0/vts/functional/
DVtsCopyTests.cpp36 Type type = context->typeCreate(element, 128, 0, 0, false, false, YuvFormat::YUV_NONE); in TEST_P() local
72 Type type = context->typeCreate(element, 128, 128, 0, false, false, YuvFormat::YUV_NONE); in TEST_P() local
109 Type type = context->typeCreate(element, 32, 32, 32, false, false, YuvFormat::YUV_NONE); in TEST_P() local
146 Type type = context->typeCreate(element, 512, 512, 0, false, false, YuvFormat::YUV_NONE); in TEST_P() local
291 Type type = context->typeCreate(element, 512, 512, 0, false, false, YuvFormat::YUV_NONE); in TEST_P() local
348 Type type = context->typeCreate(element, 64, 64, 0, true, false, YuvFormat::YUV_NONE); in TEST_P() local
395 Type type = context->typeCreate(element, 128, 128, 0, false, true, YuvFormat::YUV_NONE); in TEST_P() local
460 Type type = context->typeCreate(element3, 1, 0, 0, false, false, YuvFormat::YUV_NONE); in TEST_P() local
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DUtils.cpp26 uint32_t sizeOfData(V1_3::OperandType type) { in sizeOfData()
54 static bool isTensor(V1_3::OperandType type) { in isTensor()
/hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/
DSensorsHidlTestBase.h100 inline static bool isMetaSensorType(SensorType type) { in isMetaSensorType()
105 inline static bool isValidType(SensorType type) { return (int32_t)type > 0; } in isValidType()
/hardware/libhardware/tests/hardware/
Dstruct-offset.cpp33 #define CHECK_MEMBER_AT(type, member, off32, off64) \ argument
36 #define CHECK_MEMBER_AT(type, member, off32, off64) \ argument

12345678910>>...37