Searched refs:Convert (Results 1 – 24 of 24) sorted by relevance
26 class Convert { class
32 summary: Convert numerical vectors162 summary: Convert a YUV value to RGBA
66 summary: Convert to local time
93 } Convert; member277 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()
48 // Convert x and y to floating point coordinates with center as origin
46 // Convert x and y to floating point coordinates with center as origin
428 struct Convert {};430 using SelectConstructor = detail::Select<HasType<T>::value, Direct, Convert>;438 explicit Variant(T&& value, Convert)
71 * rsLocaltime: Convert to local time
30 * convert: Convert numerical vectors1606 * rsYuvToRGBA: Convert a YUV value to RGBA
2147 // Settings -> Dev options -> Convert to file encryption2150 // Settings -> Dev options -> Convert to file encryption -> WIPE AND CONVERT...
5764 Lcom/android/server/broadcastradio/Convert;