Home
last modified time | relevance | path

Searched refs:Convert (Results 1 – 24 of 24) sorted by relevance

/frameworks/base/services/core/java/com/android/server/broadcastradio/
DConvert.java26 class Convert { class
/frameworks/rs/script_api/
Drs_convert.spec32 summary: Convert numerical vectors
162 summary: Convert a YUV value to RGBA
Drs_time.spec66 summary: Convert to local time
/frameworks/base/services/core/jni/BroadcastRadio/
Dconvert.cpp93 } Convert; member
277 gjni.Convert.clazz, gjni.Convert.stringMapToNative, jInfo))); in VendorInfoToHal()
646 gjni.Convert.clazz = MakeGlobalRefOrDie(env, convertClass); in register_android_server_broadcastradio_convert()
647 gjni.Convert.stringMapToNative = GetStaticMethodIDOrDie(env, convertClass, "stringMapToNative", in register_android_server_broadcastradio_convert()
/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/
Dvignette_f.rsh48 // Convert x and y to floating point coordinates with center as origin
Dvignette_approx_f.rsh48 // Convert x and y to floating point coordinates with center as origin
Dfisheye_approx_f.rsh48 // Convert x and y to floating point coordinates with center as origin
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
Dfisheye_approx.rsh46 // Convert x and y to floating point coordinates with center as origin
Dvignette.rsh48 // Convert x and y to floating point coordinates with center as origin
Dfisheye.rsh46 // Convert x and y to floating point coordinates with center as origin
Dvignette_approx.rsh48 // Convert x and y to floating point coordinates with center as origin
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
Dvignette.rsh48 // Convert x and y to floating point coordinates with center as origin
Dfisheye_approx.rsh46 // Convert x and y to floating point coordinates with center as origin
Dvignette_approx.rsh48 // Convert x and y to floating point coordinates with center as origin
Dfisheye.rsh46 // Convert x and y to floating point coordinates with center as origin
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
Dvignette_approx.rsh48 // Convert x and y to floating point coordinates with center as origin
Dvignette.rsh48 // Convert x and y to floating point coordinates with center as origin
Dfisheye_approx.rsh46 // Convert x and y to floating point coordinates with center as origin
Dfisheye.rsh46 // Convert x and y to floating point coordinates with center as origin
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dvariant.h428 struct Convert {};
430 using SelectConstructor = detail::Select<HasType<T>::value, Direct, Convert>;
438 explicit Variant(T&& value, Convert)
/frameworks/rs/script_api/include/
Drs_time.rsh71 * rsLocaltime: Convert to local time
Drs_convert.rsh30 * convert: Convert numerical vectors
1606 * rsYuvToRGBA: Convert a YUV value to RGBA
/frameworks/base/proto/src/
Dmetrics_constants.proto2147 // Settings -> Dev options -> Convert to file encryption
2150 // Settings -> Dev options -> Convert to file encryption -> WIPE AND CONVERT...
/frameworks/base/services/
Dart-profile5764 Lcom/android/server/broadcastradio/Convert;