Home
last modified time | relevance | path

Searched refs:type (Results 1 – 25 of 1858) sorted by relevance

12345678910>>...75

/hardware/interfaces/broadcastradio/common/utils1x/
DUtils.cpp47 const IdentifierType type) { in bothHaveId() argument
48 return hasId(a, type) && hasId(b, type); in bothHaveId()
52 const IdentifierType type) { in anyHaveId() argument
53 return hasId(a, type) || hasId(b, type); in anyHaveId()
57 const IdentifierType type) { in haveEqualIds() argument
58 if (!bothHaveId(a, b, type)) return false; in haveEqualIds()
62 return getId(a, type) == getId(b, type); in haveEqualIds()
68 auto type = getType(a); in tunesTo() local
70 switch (type) { in tunesTo()
98 ALOGW("Unsupported program type: %s", toString(type).c_str()); in tunesTo()
[all …]
/hardware/qcom/sdm845/thermal/
Dthermal_target.c104 .type = DEVICE_TEMPERATURE_CPU,
110 .type = DEVICE_TEMPERATURE_GPU,
117 .type = DEVICE_TEMPERATURE_BATTERY,
124 .type = DEVICE_TEMPERATURE_SKIN,
153 .type = DEVICE_TEMPERATURE_CPU,
159 .type = DEVICE_TEMPERATURE_GPU,
166 .type = DEVICE_TEMPERATURE_BATTERY,
173 .type = DEVICE_TEMPERATURE_SKIN,
202 .type = DEVICE_TEMPERATURE_CPU,
208 .type = DEVICE_TEMPERATURE_GPU,
[all …]
/hardware/qcom/sm8150/thermal/
Dthermal_target.c105 .type = DEVICE_TEMPERATURE_CPU,
111 .type = DEVICE_TEMPERATURE_GPU,
118 .type = DEVICE_TEMPERATURE_BATTERY,
125 .type = DEVICE_TEMPERATURE_SKIN,
154 .type = DEVICE_TEMPERATURE_CPU,
160 .type = DEVICE_TEMPERATURE_GPU,
167 .type = DEVICE_TEMPERATURE_BATTERY,
174 .type = DEVICE_TEMPERATURE_SKIN,
191 .type = DEVICE_TEMPERATURE_CPU,
197 .type = DEVICE_TEMPERATURE_GPU,
[all …]
/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
99 _DEFINE_C2_ENUM_VALUE_AUTO_HELPER(__C2_GENERATE_GLOBAL_VARS__, name, type, prefix, \
101 #define _DEFINE_C2_ENUM_VALUE_AUTO_HELPER(enabled, name, type, prefix, ...) \ argument
102 __DEFINE_C2_ENUM_VALUE_AUTO_HELPER(enabled, name, type, prefix, ##__VA_ARGS__)
103 #define __DEFINE_C2_ENUM_VALUE_AUTO_HELPER(enabled, name, type, prefix, ...) \ argument
104 ___DEFINE_C2_ENUM_VALUE_AUTO_HELPER##enabled(name, type, prefix, ##__VA_ARGS__)
105 #define ___DEFINE_C2_ENUM_VALUE_AUTO_HELPER(name, type, prefix, ...) \ argument
109 std::vector<C2Value::Primitive> { _C2_MAP(_C2_GET_ENUM_VALUE, type, __VA_ARGS__) }, \
110 { _C2_MAP(_C2_GET_ENUM_NAME, type, __VA_ARGS__) }, \
[all …]
DC2.h144 #define C2_DO_NOT_COPY(type) \ argument
145 type& operator=(const type &) = delete; \
146 type(const type &) = delete; \
148 #define C2_DEFAULT_MOVE(type) \ argument
149 type& operator=(type &&) = default; \
150 type(type &&) = default; \
160 #define DEFINE_OTHER_COMPARISON_OPERATORS(type) \ argument
161 inline bool operator!=(const type &other) const { return !(*this == other); } \
162 … inline bool operator<=(const type &other) const { return (*this == other) || (*this < other); } \
163 inline bool operator>=(const type &other) const { return !(*this < other); } \
[all …]
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
Dloc_eng_dmn_conn_handler.cpp52 AGpsExtType type; in loc_eng_dmn_conn_loc_api_server_if_request_handler() local
53 switch (pmsg->cmsg.cmsg_if_request.type) { in loc_eng_dmn_conn_loc_api_server_if_request_handler()
57 type = AGPS_TYPE_SUPL; in loc_eng_dmn_conn_loc_api_server_if_request_handler()
63 type = AGPS_TYPE_WIFI; in loc_eng_dmn_conn_loc_api_server_if_request_handler()
69 type = AGPS_TYPE_ANY; in loc_eng_dmn_conn_loc_api_server_if_request_handler()
84 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler()
97 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler()
110 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler()
123 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler()
148 AGpsExtType type; in loc_eng_dmn_conn_loc_api_server_if_release_handler() local
[all …]
/hardware/qcom/sdm845/gps/loc_api/libloc_api_50001/
Dloc_eng_dmn_conn_handler.cpp52 AGpsExtType type; in loc_eng_dmn_conn_loc_api_server_if_request_handler() local
53 switch (pmsg->cmsg.cmsg_if_request.type) { in loc_eng_dmn_conn_loc_api_server_if_request_handler()
57 type = AGPS_TYPE_SUPL; in loc_eng_dmn_conn_loc_api_server_if_request_handler()
63 type = AGPS_TYPE_WIFI; in loc_eng_dmn_conn_loc_api_server_if_request_handler()
69 type = AGPS_TYPE_ANY; in loc_eng_dmn_conn_loc_api_server_if_request_handler()
84 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler()
97 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler()
110 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler()
123 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler()
148 AGpsExtType type; in loc_eng_dmn_conn_loc_api_server_if_release_handler() local
[all …]
/hardware/qcom/sdm845/gps/msm8994/loc_api/libloc_api_50001/
Dloc_eng_dmn_conn_handler.cpp52 AGpsExtType type; in loc_eng_dmn_conn_loc_api_server_if_request_handler() local
53 switch (pmsg->cmsg.cmsg_if_request.type) { in loc_eng_dmn_conn_loc_api_server_if_request_handler()
57 type = AGPS_TYPE_SUPL; in loc_eng_dmn_conn_loc_api_server_if_request_handler()
63 type = AGPS_TYPE_WIFI; in loc_eng_dmn_conn_loc_api_server_if_request_handler()
69 type = AGPS_TYPE_ANY; in loc_eng_dmn_conn_loc_api_server_if_request_handler()
84 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler()
97 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler()
110 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler()
123 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler()
148 AGpsExtType type; in loc_eng_dmn_conn_loc_api_server_if_release_handler() local
[all …]
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
Dloc_eng_dmn_conn_handler.cpp52 AGpsExtType type; in loc_eng_dmn_conn_loc_api_server_if_request_handler() local
53 switch (pmsg->cmsg.cmsg_if_request.type) { in loc_eng_dmn_conn_loc_api_server_if_request_handler()
57 type = AGPS_TYPE_SUPL; in loc_eng_dmn_conn_loc_api_server_if_request_handler()
63 type = AGPS_TYPE_WIFI; in loc_eng_dmn_conn_loc_api_server_if_request_handler()
69 type = AGPS_TYPE_ANY; in loc_eng_dmn_conn_loc_api_server_if_request_handler()
84 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler()
97 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler()
110 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler()
123 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler()
148 AGpsExtType type; in loc_eng_dmn_conn_loc_api_server_if_release_handler() local
[all …]
/hardware/qcom/sdm845/gps/msm8909/loc_api/libloc_api_50001/
Dloc_eng_dmn_conn_handler.cpp52 AGpsExtType type; in loc_eng_dmn_conn_loc_api_server_if_request_handler() local
53 switch (pmsg->cmsg.cmsg_if_request.type) { in loc_eng_dmn_conn_loc_api_server_if_request_handler()
57 type = AGPS_TYPE_SUPL; in loc_eng_dmn_conn_loc_api_server_if_request_handler()
63 type = AGPS_TYPE_WIFI; in loc_eng_dmn_conn_loc_api_server_if_request_handler()
69 type = AGPS_TYPE_ANY; in loc_eng_dmn_conn_loc_api_server_if_request_handler()
84 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler()
97 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler()
110 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler()
123 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler()
148 AGpsExtType type; in loc_eng_dmn_conn_loc_api_server_if_release_handler() local
[all …]
/hardware/qcom/gps/loc_api/libloc_api_50001/
Dloc_eng_dmn_conn_handler.cpp52 AGpsExtType type; in loc_eng_dmn_conn_loc_api_server_if_request_handler() local
53 switch (pmsg->cmsg.cmsg_if_request.type) { in loc_eng_dmn_conn_loc_api_server_if_request_handler()
57 type = AGPS_TYPE_SUPL; in loc_eng_dmn_conn_loc_api_server_if_request_handler()
63 type = AGPS_TYPE_WIFI; in loc_eng_dmn_conn_loc_api_server_if_request_handler()
69 type = AGPS_TYPE_ANY; in loc_eng_dmn_conn_loc_api_server_if_request_handler()
84 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler()
97 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler()
110 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler()
123 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler()
148 AGpsExtType type; in loc_eng_dmn_conn_loc_api_server_if_release_handler() local
[all …]
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
Dloc_eng_dmn_conn_handler.cpp52 AGpsExtType type; in loc_eng_dmn_conn_loc_api_server_if_request_handler() local
53 switch (pmsg->cmsg.cmsg_if_request.type) { in loc_eng_dmn_conn_loc_api_server_if_request_handler()
57 type = AGPS_TYPE_SUPL; in loc_eng_dmn_conn_loc_api_server_if_request_handler()
63 type = AGPS_TYPE_WIFI; in loc_eng_dmn_conn_loc_api_server_if_request_handler()
69 type = AGPS_TYPE_ANY; in loc_eng_dmn_conn_loc_api_server_if_request_handler()
84 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler()
97 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler()
110 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler()
123 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler()
148 AGpsExtType type; in loc_eng_dmn_conn_loc_api_server_if_release_handler() local
[all …]
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
Dloc_eng_dmn_conn_handler.cpp52 AGpsExtType type; in loc_eng_dmn_conn_loc_api_server_if_request_handler() local
53 switch (pmsg->cmsg.cmsg_if_request.type) { in loc_eng_dmn_conn_loc_api_server_if_request_handler()
57 type = AGPS_TYPE_SUPL; in loc_eng_dmn_conn_loc_api_server_if_request_handler()
63 type = AGPS_TYPE_WIFI; in loc_eng_dmn_conn_loc_api_server_if_request_handler()
69 type = AGPS_TYPE_ANY; in loc_eng_dmn_conn_loc_api_server_if_request_handler()
84 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler()
97 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler()
110 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler()
123 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler()
148 AGpsExtType type; in loc_eng_dmn_conn_loc_api_server_if_release_handler() local
[all …]
/hardware/qcom/sdm845/gps/msm8996/loc_api/libloc_api_50001/
Dloc_eng_dmn_conn_handler.cpp52 AGpsExtType type; in loc_eng_dmn_conn_loc_api_server_if_request_handler() local
53 switch (pmsg->cmsg.cmsg_if_request.type) { in loc_eng_dmn_conn_loc_api_server_if_request_handler()
57 type = AGPS_TYPE_SUPL; in loc_eng_dmn_conn_loc_api_server_if_request_handler()
63 type = AGPS_TYPE_WIFI; in loc_eng_dmn_conn_loc_api_server_if_request_handler()
69 type = AGPS_TYPE_ANY; in loc_eng_dmn_conn_loc_api_server_if_request_handler()
84 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler()
97 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler()
110 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler()
123 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler()
148 AGpsExtType type; in loc_eng_dmn_conn_loc_api_server_if_release_handler() local
[all …]
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
Dloc_eng_dmn_conn_handler.cpp52 AGpsExtType type; in loc_eng_dmn_conn_loc_api_server_if_request_handler() local
53 switch (pmsg->cmsg.cmsg_if_request.type) { in loc_eng_dmn_conn_loc_api_server_if_request_handler()
57 type = AGPS_TYPE_SUPL; in loc_eng_dmn_conn_loc_api_server_if_request_handler()
63 type = AGPS_TYPE_WIFI; in loc_eng_dmn_conn_loc_api_server_if_request_handler()
69 type = AGPS_TYPE_ANY; in loc_eng_dmn_conn_loc_api_server_if_request_handler()
84 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler()
97 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler()
110 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler()
123 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler()
148 AGpsExtType type; in loc_eng_dmn_conn_loc_api_server_if_release_handler() local
[all …]
/hardware/qcom/sdm845/gps/msm8960/loc_api/libloc_api_50001/
Dloc_eng_dmn_conn_handler.cpp52 AGpsExtType type; in loc_eng_dmn_conn_loc_api_server_if_request_handler() local
53 switch (pmsg->cmsg.cmsg_if_request.type) { in loc_eng_dmn_conn_loc_api_server_if_request_handler()
57 type = AGPS_TYPE_SUPL; in loc_eng_dmn_conn_loc_api_server_if_request_handler()
63 type = AGPS_TYPE_WIFI; in loc_eng_dmn_conn_loc_api_server_if_request_handler()
69 type = AGPS_TYPE_ANY; in loc_eng_dmn_conn_loc_api_server_if_request_handler()
84 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler()
97 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler()
110 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler()
123 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler()
148 AGpsExtType type; in loc_eng_dmn_conn_loc_api_server_if_release_handler() local
[all …]
/hardware/qcom/sdm845/gps/msm8084/loc_api/libloc_api_50001/
Dloc_eng_dmn_conn_handler.cpp52 AGpsExtType type; in loc_eng_dmn_conn_loc_api_server_if_request_handler() local
53 switch (pmsg->cmsg.cmsg_if_request.type) { in loc_eng_dmn_conn_loc_api_server_if_request_handler()
57 type = AGPS_TYPE_SUPL; in loc_eng_dmn_conn_loc_api_server_if_request_handler()
63 type = AGPS_TYPE_WIFI; in loc_eng_dmn_conn_loc_api_server_if_request_handler()
69 type = AGPS_TYPE_ANY; in loc_eng_dmn_conn_loc_api_server_if_request_handler()
84 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler()
97 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler()
110 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler()
123 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler()
148 AGpsExtType type; in loc_eng_dmn_conn_loc_api_server_if_release_handler() local
[all …]
/hardware/interfaces/radio/1.0/
DIRadioIndication.hal26 * @param type Type of radio indication
29 oneway radioStateChanged(RadioIndicationType type, RadioState radioState);
40 * @param type Type of radio indication
42 oneway callStateChanged(RadioIndicationType type);
49 * @param type Type of radio indication
51 oneway networkStateChanged(RadioIndicationType type);
61 * @param type Type of radio indication
65 oneway newSms(RadioIndicationType type, vec<uint8_t> pdu);
75 * @param type Type of radio indication
79 oneway newSmsStatusReport(RadioIndicationType type, vec<uint8_t> pdu);
[all …]
/hardware/interfaces/broadcastradio/common/utils2x/
DUtils.cpp45 return getType(id.type); in getType()
95 const IdentifierType type) { in bothHaveId() argument
96 return hasId(a, type) && hasId(b, type); in bothHaveId()
100 const IdentifierType type) { in haveEqualIds() argument
101 if (!bothHaveId(a, b, type)) return false; in haveEqualIds()
105 return getId(a, type) == getId(b, type); in haveEqualIds()
115 auto type = getType(b.primaryId); in tunesTo() local
117 switch (type) { in tunesTo()
131 LOG(WARNING) << "unsupported program type: " << toString(type); in tunesTo()
136 static bool maybeGetId(const ProgramSelector& sel, const IdentifierType type, uint64_t* val) { in maybeGetId() argument
[all …]
/hardware/interfaces/power/aidl/default/
DPower.cpp28 ndk::ScopedAStatus Power::setMode(Mode type, bool enabled) { in setMode() argument
29 LOG(VERBOSE) << "Power setMode: " << static_cast<int32_t>(type) << " to: " << enabled; in setMode()
33 ndk::ScopedAStatus Power::isModeSupported(Mode type, bool* _aidl_return) { in isModeSupported() argument
34 LOG(INFO) << "Power isModeSupported: " << static_cast<int32_t>(type); in isModeSupported()
39 ndk::ScopedAStatus Power::setBoost(Boost type, int32_t durationMs) { in setBoost() argument
40 LOG(VERBOSE) << "Power setBoost: " << static_cast<int32_t>(type) in setBoost()
45 ndk::ScopedAStatus Power::isBoostSupported(Boost type, bool* _aidl_return) { in isBoostSupported() argument
46 LOG(INFO) << "Power isBoostSupported: " << static_cast<int32_t>(type); in isBoostSupported()
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_utils_v1_0.h246 CdmaRoamingType type);
409 Return<void> radioStateChanged(RadioIndicationType type, RadioState radioState);
411 Return<void> callStateChanged(RadioIndicationType type);
413 Return<void> networkStateChanged(RadioIndicationType type);
415 Return<void> newSms(RadioIndicationType type,
418 Return<void> newSmsStatusReport(RadioIndicationType type,
421 Return<void> newSmsOnSim(RadioIndicationType type, int32_t recordNumber);
423 Return<void> onUssd(RadioIndicationType type, UssdModeType modeType,
426 Return<void> nitzTimeReceived(RadioIndicationType type,
430 Return<void> currentSignalStrength(RadioIndicationType type,
[all …]
/hardware/interfaces/media/omx/1.0/
DIOmxStore.hal42 * range<type>: <type> | <type>-<type>
43 * list<type>: <type> | <type>,<list<type>>
54 * key: 'max-video-encoder-input-buffers', value-type: num
55 * key: 'supports-multiple-secure-codecs', value-type: enum<0,1>
56 * key: 'supports-secure-with-non-secure-codec', value-type: enum<0,1>
79 * key: 'bitrate-range', value-type: range<num>
80 * key: 'max-concurrent-instances', value-type: num
81 * key: 'max-supported-instances', value-type: num
84 * key: 'max-channel-count', value-type: num
85 * key: 'sample-rate-ranges', value-type: list<range<num>>
[all …]
/hardware/google/pixel/health/
DBatteryMetricsLogger.cpp51 bool BatteryMetricsLogger::uploadOutlierMetric(sp<IStats> stats_client, sampleType type) { in uploadOutlierMetric() argument
53 .type = static_cast<BatteryHealthSnapshotArgs::BatterySnapshotType>(0), in uploadOutlierMetric()
54 .temperatureDeciC = min_[type][TEMP], in uploadOutlierMetric()
55 .voltageMicroV = min_[type][VOLT], in uploadOutlierMetric()
56 .currentMicroA = min_[type][CURR], in uploadOutlierMetric()
57 .openCircuitVoltageMicroV = min_[type][OCV], in uploadOutlierMetric()
58 .resistanceMicroOhm = min_[type][RES], in uploadOutlierMetric()
59 .levelPercent = min_[type][SOC]}; in uploadOutlierMetric()
61 .type = static_cast<BatteryHealthSnapshotArgs::BatterySnapshotType>(0), in uploadOutlierMetric()
62 .temperatureDeciC = max_[type][TEMP], in uploadOutlierMetric()
[all …]
/hardware/interfaces/radio/1.3/vts/functional/
Dradio_hidl_hal_utils_v1_3.h249 CdmaRoamingType type);
468 RadioIndicationType type,
472 RadioIndicationType type,
477 RadioIndicationType type,
481 RadioIndicationType type,
486 RadioIndicationType type,
493 RadioIndicationType type,
496 Return<void> keepaliveStatus(RadioIndicationType type, const KeepaliveStatus& status);
499 Return<void> radioStateChanged(RadioIndicationType type, RadioState radioState);
501 Return<void> callStateChanged(RadioIndicationType type);
[all …]
/hardware/google/av/codec2/tests/
DC2SampleComponent_test.cpp35 switch (fd.type()) { in PrintTo()
44 if (fd.type() & FD::STRUCT_FLAG) { in PrintTo()
45 *os << "struct-" << (fd.type() & ~FD::STRUCT_FLAG); in PrintTo()
47 *os << "type-" << fd.type(); in PrintTo()
177 instance->mDomainInfo.type(), in describe()
242 typename std::underlying_type<E>::type get(const C2FieldSupportedValues::Primitive &p, E*) { in get()
243 using u=typename std::underlying_type<E>::type; in get()
250 typedef typename std::underlying_type<T>::type type; typedef
255 typedef T type; typedef
259 typename lax_underlying_type<E>::type get( in get()
[all …]

12345678910>>...75