Home
last modified time | relevance | path

Searched refs:details (Results 1 – 25 of 138) sorted by relevance

123456

/frameworks/native/libs/math/include/math/
Dvec2.h33 namespace details {
110 typedef details::TVec2<double> double2;
111 typedef details::TVec2<float> float2;
112 typedef details::TVec2<float> vec2;
113 typedef details::TVec2<half> half2;
114 typedef details::TVec2<int32_t> int2;
115 typedef details::TVec2<uint32_t> uint2;
116 typedef details::TVec2<int16_t> short2;
117 typedef details::TVec2<uint16_t> ushort2;
118 typedef details::TVec2<int8_t> byte2;
[all …]
Dvec4.h31 namespace details {
113 typedef details::TVec4<double> double4;
114 typedef details::TVec4<float> float4;
115 typedef details::TVec4<float> vec4;
116 typedef details::TVec4<half> half4;
117 typedef details::TVec4<int32_t> int4;
118 typedef details::TVec4<uint32_t> uint4;
119 typedef details::TVec4<int16_t> short4;
120 typedef details::TVec4<uint16_t> ushort4;
121 typedef details::TVec4<int8_t> byte4;
[all …]
Dvec3.h31 namespace details {
116 typedef details::TVec3<double> double3;
117 typedef details::TVec3<float> float3;
118 typedef details::TVec3<float> vec3;
119 typedef details::TVec3<half> half3;
120 typedef details::TVec3<int32_t> int3;
121 typedef details::TVec3<uint32_t> uint3;
122 typedef details::TVec3<int16_t> short3;
123 typedef details::TVec3<uint16_t> ushort3;
124 typedef details::TVec3<int8_t> byte3;
[all …]
Dquat.h38 namespace details {
142 typedef details::TQuaternion<double> quatd;
143 typedef details::TQuaternion<float> quat;
144 typedef details::TQuaternion<float> quatf;
145 typedef details::TQuaternion<half> quath;
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/deviceinfo/
DStorageMeasurement.java93 void onDetailsChanged(MeasurementDetails details); in onDetailsChanged() argument
152 final MeasurementDetails details = new MeasurementDetails(); in measureExactStorage() local
153 if (mVolume == null) return details; in measureExactStorage()
157 details.totalSize = mVolume.getPath().getTotalSpace(); in measureExactStorage()
158 details.availSize = mVolume.getPath().getUsableSpace(); in measureExactStorage()
159 return details; in measureExactStorage()
163 details.totalSize = mStats.getTotalBytes(mVolume.fsUuid); in measureExactStorage()
164 details.availSize = mStats.getFreeBytes(mVolume.fsUuid); in measureExactStorage()
168 return details; in measureExactStorage()
177 details.mediaSize.put(user.id, mediaMap); in measureExactStorage()
[all …]
/frameworks/av/services/camera/libcameraservice/api2/
DHeicEncoderInfoManager.cpp145 status_t HeicEncoderInfoManager::getFrameRateMaps(sp<AMessage> details, FrameRateMaps* maps) { in getFrameRateMaps() argument
146 if (details == nullptr || maps == nullptr) { in getFrameRateMaps()
147 ALOGE("%s: Invalid input: details: %p, maps: %p", __FUNCTION__, details.get(), maps); in getFrameRateMaps()
151 for (size_t i = 0; i < details->countEntries(); i++) { in getFrameRateMaps()
153 const char* entryName = details->getEntryNameAt(i, &type); in getFrameRateMaps()
160 AMessage::ItemData item = details->getEntryAt(i); in getFrameRateMaps()
182 sp<AMessage> details, in getCodecSizeRange() argument
187 details == nullptr || frameRateMaps == nullptr) { in getCodecSizeRange()
192 auto hasItem = details->findString("size-range", &sizeRange); in getCodecSizeRange()
217 auto res = getFrameRateMaps(details, frameRateMaps); in getCodecSizeRange()
[all …]
/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkNotificationManager.java182 final CharSequence details; in showNotification() local
187 details = r.getString(R.string.wifi_no_internet_detailed); in showNotification()
197 details = r.getString(R.string.private_dns_broken_detailed); in showNotification()
202 details = r.getString(R.string.network_partial_connectivity_detailed); in showNotification()
207 details = r.getString(R.string.wifi_no_internet_detailed); in showNotification()
212 details = r.getString(R.string.network_available_sign_in_detailed, in showNotification()
225 details = mTelephonyManager.createForSubscriptionId(subId) in showNotification()
230 details = r.getString(R.string.network_available_sign_in_detailed, name); in showNotification()
237 details = r.getString(R.string.network_switch_metered_detail, toTransport, in showNotification()
272 builder.setStyle(new Notification.BigTextStyle().bigText(details)); in showNotification()
[all …]
/frameworks/base/services/core/java/com/android/server/am/
DAppTimeTracker.java99 public void dumpWithHeader(PrintWriter pw, String prefix, boolean details) { in dumpWithHeader() argument
103 dump(pw, prefix + " ", details); in dumpWithHeader()
106 public void dump(PrintWriter pw, String prefix, boolean details) { in dump() argument
117 if (details && mStartedTime != 0) { in dump()
125 public void writeToProto(ProtoOutputStream proto, long fieldId, boolean details) { in writeToProto() argument
135 if (details && mStartedTime != 0) { in writeToProto()
/frameworks/native/libs/math/tests/
Dmat_test.cpp388 typedef ::android::details::TMat44<TypeParam> M44T; in TYPED_TEST()
426 typedef ::android::details::TMat33<TypeParam> M33T; in TYPED_TEST()
459 typedef ::android::details::TMat22<TypeParam> M22T; in TYPED_TEST()
520 typedef ::android::details::TMat44<TypeParam> M44T; in TYPED_TEST()
521 typedef ::android::details::TVec4<TypeParam> V4T; in TYPED_TEST()
560 typedef ::android::details::TMat44<TypeParam> M44T; in TYPED_TEST()
579 typedef ::android::details::TMat33<TypeParam> M33T; in TYPED_TEST()
598 typedef ::android::details::TMat44<TypeParam> M44T; in TYPED_TEST()
599 typedef ::android::details::TVec4<TypeParam> V4T; in TYPED_TEST()
600 typedef ::android::details::TQuaternion<TypeParam> QuatT; in TYPED_TEST()
[all …]
/frameworks/native/cmds/idlcli/
DIdlCli.h31 UsageDetails details{ in getUsageDetails()
34 return details; in getUsageDetails()
DCommandVibrator.cpp30 UsageDetails details{ in getUsageDetails() local
33 return details; in getUsageDetails()
Dutils.h34 namespace details {
59 return details::operator>>(stream, out);
64 return details::operator>>(stream, out);
148 std::vector<std::string> details; member
186 for (auto &line : entry.details) { in printUsage()
/frameworks/native/cmds/idlcli/vibrator/
DCommandSupportsAmplitudeControl.cpp32 UsageDetails details{}; in getUsageDetails() local
33 return details; in getUsageDetails()
DCommandSupportsExternalControl.cpp32 UsageDetails details{}; in getUsageDetails() local
33 return details; in getUsageDetails()
DCommandGetCompositionDelayMax.cpp34 UsageDetails details{}; in getUsageDetails() local
35 return details; in getUsageDetails()
DCommandGetCapabilities.cpp32 UsageDetails details{}; in getUsageDetails() local
33 return details; in getUsageDetails()
DCommandGetCompositionSizeMax.cpp34 UsageDetails details{}; in getUsageDetails() local
35 return details; in getUsageDetails()
DCommandOff.cpp32 UsageDetails details{}; in getUsageDetails() local
33 return details; in getUsageDetails()
DCommandSetExternalControl.cpp34 UsageDetails details{ in getUsageDetails() local
37 return details; in getUsageDetails()
DCommandOn.cpp32 UsageDetails details{ in getUsageDetails() local
35 return details; in getUsageDetails()
DCommandSetAmplitude.cpp32 UsageDetails details{ in getUsageDetails() local
35 return details; in getUsageDetails()
/frameworks/av/media/libmediahelper/include/media/
Dconvert.h58 namespace details
216 return details::Converter<srcType, dstType>::run(input, result);
268 if (!details::Converter<std::string, float>::run(str, result)) {
298 if (!details::Converter<std::string, double>::run(str, result)) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServiceStateTracker.java438 CharSequence details = res.getText( in getNotificationBuilder() local
442 .setStyle(new Notification.BigTextStyle().bigText(details)) in getNotificationBuilder()
443 .setContentText(details) in getNotificationBuilder()
512 CharSequence details = res.getText( in getNotificationBuilder() local
516 .setStyle(new Notification.BigTextStyle().bigText(details)) in getNotificationBuilder()
517 .setContentText(details) in getNotificationBuilder()
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/
Dgradle.properties7 # For more details on how to configure your build environment visit
16 # This option should only be used with decoupled projects. More details, visit
/frameworks/base/tests/TouchLatency/
Dgradle.properties7 # For more details on how to configure your build environment visit
16 # This option should only be used with decoupled projects. More details, visit

123456