Searched refs:vsp (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/emoji/
H A DEmojiFactory.h26 // by the other vendors (careers) are called Vendor Specific PUA (vsp).
48 // Returns binary image data corresponding to Vendor-specific PUA "vsp".
49 // Returns NULL when there's no mapping for "vsp".
50 virtual const char *GetImageBinaryFromVendorSpecificPua(int vsp, argument
53 GetAndroidPuaFromVendorSpecificPua(vsp), size);
76 // Returns Android PUA corresponding to Vendor-Specific Unicode "vsp". Returns
77 // -1 when there's no mapping from "vsp" to a Android PUA.
78 virtual int GetAndroidPuaFromVendorSpecificPua(int vsp) = 0;
/frameworks/base/core/java/android/emoji/
H A DEmojiFactory.java142 * @param vsp vendor specific PUA.
146 public synchronized Bitmap getBitmapFromVendorSpecificPua(int vsp) { argument
147 return getBitmapFromAndroidPua(getAndroidPuaFromVendorSpecificPua(vsp));
173 * @param vsp vendor specific PUA.
177 public int getAndroidPuaFromVendorSpecificPua(int vsp) { argument
178 return nativeGetAndroidPuaFromVendorSpecificPua(mNativeEmojiFactory, vsp);
282 int vsp);
281 nativeGetAndroidPuaFromVendorSpecificPua(int nativeEmojiFactory, int vsp) argument

Completed in 293 milliseconds