Home
last modified time | relevance | path

Searched refs:XYZ (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/tests/SvcMonitor/
DREADME2 An example of this would be an android app XYZ communicates to some other device via Bluetooth. The
3 SvcMonitor service can monitor the CPU usage of XYZ and com.android.bluetooth.
9 -e java XYZ -e hal com.android.bluetooth \
22 $ adb logcat | grep XYZ
/frameworks/native/libs/ui/include/ui/
DColorSpace.h222 static constexpr float2 xyY(const float3& XYZ) { in xyY() argument
223 return XYZ.xy / dot(XYZ, float3{1}); in xyY()
229 static constexpr float3 XYZ(const float3& xyY) { in XYZ() function
/frameworks/native/libs/ui/tests/
Dcolorspace_test.cpp32 TEST_F(ColorSpaceTest, XYZ) { in TEST_F() argument
/frameworks/native/libs/ui/
DColorSpace.cpp402 float3 srcXYZ = ColorSpace::XYZ(float3{src.getWhitePoint(), 1}); in ColorSpaceConnector()
403 float3 dstXYZ = ColorSpace::XYZ(float3{dst.getWhitePoint(), 1}); in ColorSpaceConnector()
/frameworks/base/graphics/java/android/graphics/
DColorSpace.java833 XYZ(3), enumConstant
1787 super(name, Model.XYZ, id); in Xyz()
/frameworks/base/api/
Dcurrent.txt12973 enum_constant public static final android.graphics.ColorSpace.Model XYZ;
Dtest-current.txt13062 enum_constant public static final android.graphics.ColorSpace.Model XYZ;
Dsystem-current.txt13705 enum_constant public static final android.graphics.ColorSpace.Model XYZ;