Searched defs:lbm (Results 1 – 2 of 2) sorted by relevance
316 private static native Bitmap nativeDecodeRegion(long lbm, in nativeDecodeRegion()320 private static native int nativeGetWidth(long lbm); in nativeGetWidth()321 private static native int nativeGetHeight(long lbm); in nativeGetHeight()322 private static native void nativeClean(long lbm); in nativeClean()
175 MediaSessionManager mediaSessionManager, LocalBluetoothManager in MediaOutputController()