Home
last modified time | relevance | path

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

12345678910>>...43

/hardware/google/pixel/power-libperfmgr/libperfmgr/
Dconfig_schema.json4 "type": "object", string
12 "type": "array", string
17 "type": "object", string
26 "type": "string", string
33 "type": "string", string
40 "type": "array", string
45 "type": "string", string
52 "type": "integer", string
59 "type": "boolean", string
65 "type": "string", string
[all …]
/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/automotive/can/1.0/default/libnl++/include/libnl++/
DMessageFactory.h57 MessageFactory(nlmsgtype_t type, uint16_t flags) in MessageFactory()
108 void add(nlattrtype_t type, const A& attr) { in add()
113 void add(nlattrtype_t type, const std::string& s) { in add()
120 NestedGuard(MessageFactory & req, nlattrtype_t type) : mReq(req), mAttr(req.add(type)) {} in NestedGuard()
151 NestedGuard addNested(nlattrtype_t type) { return {*this, type}; } in addNested()
/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/2/android/hardware/power/
DIPower.aidl37 oneway void setMode(in android.hardware.power.Mode type, in boolean enabled); in setMode()
38 boolean isModeSupported(in android.hardware.power.Mode type); in isModeSupported()
39 oneway void setBoost(in android.hardware.power.Boost type, in int durationMs); in setBoost()
40 boolean isBoostSupported(in android.hardware.power.Boost type); in isBoostSupported()
/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/current/android/hardware/power/
DIPower.aidl37 oneway void setMode(in android.hardware.power.Mode type, in boolean enabled); in setMode()
38 boolean isModeSupported(in android.hardware.power.Mode type); in isModeSupported()
39 oneway void setBoost(in android.hardware.power.Boost type, in int durationMs); in setBoost()
40 boolean isBoostSupported(in android.hardware.power.Boost type); in isBoostSupported()
/hardware/interfaces/power/aidl/android/hardware/power/
DIPower.aidl35 oneway void setMode(in Mode type, in boolean enabled); in setMode()
45 boolean isModeSupported(in Mode type); in isModeSupported()
61 oneway void setBoost(in Boost type, in int durationMs); in setBoost()
72 boolean isBoostSupported(in Boost type); in isBoostSupported()
/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/sensors/common/vts/utils/include/sensors-vts-utils/
DSensorsHidlTestBase.h50 static void assertTypeMatchStringType(SensorTypeT type, const hidl_string& stringType) { in assertTypeMatchStringType()
56 #define CHECK_TYPE_STRING_FOR_SENSOR_TYPE(type) \ in assertTypeMatchStringType() argument
104 static SensorFlagBits expectedReportModeForType(SensorTypeT type) { in expectedReportModeForType()
244 void testStreamingOperation(SensorTypeVersion type, std::chrono::nanoseconds samplingPeriod, in testStreamingOperation()
405 void testBatchingOperation(SensorTypeVersion type) { in testBatchingOperation()
475 void testDirectReportOperation(SensorTypeVersion type, SharedMemType memType, RateLevel rate, in testDirectReportOperation()
601 inline static bool isMetaSensorType(SensorTypeVersion type) { in isMetaSensorType()
607 inline static bool isValidType(SensorTypeVersion type) { return (int32_t)type > 0; } in isValidType()
633 static void assertTypeMatchReportMode(SensorTypeVersion type, SensorFlagBits reportMode) { in assertTypeMatchReportMode()
652 static bool isDirectChannelTypeSupported(SensorInfoType sensor, SharedMemType type) { in isDirectChannelTypeSupported()
/hardware/interfaces/power/aidl/default/
DPower.cpp32 ndk::ScopedAStatus Power::setMode(Mode type, bool enabled) { in setMode()
37 ndk::ScopedAStatus Power::isModeSupported(Mode type, bool* _aidl_return) { in isModeSupported()
43 ndk::ScopedAStatus Power::setBoost(Boost type, int32_t durationMs) { in setBoost()
49 ndk::ScopedAStatus Power::isBoostSupported(Boost type, bool* _aidl_return) { in isBoostSupported()
/hardware/google/graphics/common/libhwc2.1/
DExynosHWCDebug.h53 inline bool hwcCheckDebugMessages(uint32_t type) in hwcCheckDebugMessages()
71 #define HDEBUGLOGV(type,...) \ argument
73 #define HDEBUGLOGE(type,...) \ argument
76 #define HDEBUGLOGD(type, ...) \ argument
81 #define HDEBUGLOGV(type, ...) \ argument
83 #define HDEBUGLOGE(type, ...) \ argument
91 #define DISPLAY_LOGD(type, msg, ...) \ argument
96 #define MPP_LOGD(type, msg, ...) \ argument
/hardware/interfaces/wifi/1.5/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.cpp866 legacy_hal::frame_type type) { in convertLegacyDebugPacketFateFrameTypeToHidl()
1191 legacy_hal::NanMatchAlg convertHidlNanMatchAlgToLegacy(NanMatchAlg type) { in convertHidlNanMatchAlgToLegacy()
1204 NanPublishType type) { in convertHidlNanPublishTypeToLegacy()
1216 legacy_hal::NanTxType convertHidlNanTxTypeToLegacy(NanTxType type) { in convertHidlNanTxTypeToLegacy()
1227 NanSubscribeType type) { in convertHidlNanSubscribeTypeToLegacy()
1237 legacy_hal::NanSRFType convertHidlNanSrfTypeToLegacy(NanSrfType type) { in convertHidlNanSrfTypeToLegacy()
1248 NanDataPathChannelCfg type) { in convertHidlNanDataPathChannelCfgToLegacy()
1260 NanStatusType convertLegacyNanStatusTypeToHidl(legacy_hal::NanStatusType type) { in convertLegacyNanStatusTypeToHidl()
1292 void convertToWifiNanStatus(legacy_hal::NanStatusType type, const char* str, in convertToWifiNanStatus()
2486 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/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/qcom/sm8150/gps/core/
Dloc_core_log.cpp118 const char* loc_get_agps_type_name(LocAGpsType type) in loc_get_agps_type_name()
132 const char* loc_get_ni_type_name(LocGpsNiType type) in loc_get_ni_type_name()
186 const char* loc_get_server_type_name(LocServerType type) in loc_get_server_type_name()
/hardware/qcom/sm7250/gps/core/
Dloc_core_log.cpp118 const char* loc_get_agps_type_name(LocAGpsType type) in loc_get_agps_type_name()
132 const char* loc_get_ni_type_name(LocGpsNiType type) in loc_get_ni_type_name()
186 const char* loc_get_server_type_name(LocServerType type) in loc_get_server_type_name()
/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/google/pixel/power-libperfmgr/aidl/
DPower.cpp95 ndk::ScopedAStatus Power::setMode(Mode type, bool enabled) { in setMode()
182 ndk::ScopedAStatus Power::isModeSupported(Mode type, bool *_aidl_return) { in isModeSupported()
193 ndk::ScopedAStatus Power::setBoost(Boost type, int32_t durationMs) { in setBoost()
229 ndk::ScopedAStatus Power::isBoostSupported(Boost type, bool *_aidl_return) { in isBoostSupported()
/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/interfaces/neuralnetworks/1.1/utils/src/
DAssertions.cpp25 #define COMPARE_ENUMS_TYPES(type) \ argument
37 #define COMPARE_ENUMS_FULL(symbol, type) \ argument
/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/st/secure_element/ese-spi-driver/
DT1protocol.cc54 uint8_t T1protocol_getValidPcb(TpduType type, RBlockType subtype, in T1protocol_getValidPcb()
139 TpduType type = Tpdu_getType(tpdu); in T1protocol_checkResponsePcbConsistency() local
186 TpduType type = Tpdu_getType(tpdu); in T1protocol_checkResponseLenConsistency() local
242 TpduType type = Tpdu_getType(tpdu); in T1protocol_checkResponseSeqNumberConsistency() local
431 TpduType type = Tpdu_getType(originalCmdTpdu); in T1protocol_processIBlock() local
992 TpduType type = Tpdu_getType(lastRespTpduReceived); in T1protocol_handleTpduResponse() local
1217 TpduType type = Tpdu_getType(&lastRespTpduReceived); in T1protocol_transcieveApduPart() local

12345678910>>...43