[]Struct jni_android_sys::android::mtp::MtpDevice

#[repr(transparent)]
pub struct MtpDevice(_);

public final class MtpDevice

Required feature: "android-mtp-MtpDevice"

Methods

impl MtpDevice

pub fn new<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env UsbDevice>>
) -> Result<Local<'env, MtpDevice>, Local<'env, Throwable>>
[src]

MtpDevice

Required features: "android-hardware-usb-UsbDevice"

pub fn open<'env>(
    &'env self,
    arg0: impl Into<Option<&'env UsbDeviceConnection>>
) -> Result<bool, Local<'env, Throwable>>
[src]

open

Required features: "android-hardware-usb-UsbDeviceConnection"

pub fn close<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

pub fn getDeviceName<'env>(
    &'env self
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

getDeviceName

Required features: "java-lang-String"

pub fn getDeviceId<'env>(&'env self) -> Result<i32, Local<'env, Throwable>>[src]

pub fn toString<'env>(
    &'env self
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

toString

Required features: "java-lang-String"

pub fn getDeviceInfo<'env>(
    &'env self
) -> Result<Option<Local<'env, MtpDeviceInfo>>, Local<'env, Throwable>>
[src]

getDeviceInfo

Required features: "android-mtp-MtpDeviceInfo"

pub fn getStorageIds<'env>(
    &'env self
) -> Result<Option<Local<'env, IntArray>>, Local<'env, Throwable>>
[src]

pub fn getObjectHandles<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: i32
) -> Result<Option<Local<'env, IntArray>>, Local<'env, Throwable>>
[src]

pub fn getObject<'env>(
    &'env self,
    arg0: i32,
    arg1: i32
) -> Result<Option<Local<'env, ByteArray>>, Local<'env, Throwable>>
[src]

pub fn getPartialObject<'env>(
    &'env self,
    arg0: i32,
    arg1: i64,
    arg2: i64,
    arg3: impl Into<Option<&'env ByteArray>>
) -> Result<i64, Local<'env, Throwable>>
[src]

pub fn getPartialObject64<'env>(
    &'env self,
    arg0: i32,
    arg1: i64,
    arg2: i64,
    arg3: impl Into<Option<&'env ByteArray>>
) -> Result<i64, Local<'env, Throwable>>
[src]

pub fn getThumbnail<'env>(
    &'env self,
    arg0: i32
) -> Result<Option<Local<'env, ByteArray>>, Local<'env, Throwable>>
[src]

pub fn getStorageInfo<'env>(
    &'env self,
    arg0: i32
) -> Result<Option<Local<'env, MtpStorageInfo>>, Local<'env, Throwable>>
[src]

getStorageInfo

Required features: "android-mtp-MtpStorageInfo"

pub fn getObjectInfo<'env>(
    &'env self,
    arg0: i32
) -> Result<Option<Local<'env, MtpObjectInfo>>, Local<'env, Throwable>>
[src]

getObjectInfo

Required features: "android-mtp-MtpObjectInfo"

pub fn deleteObject<'env>(
    &'env self,
    arg0: i32
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn getParent<'env>(
    &'env self,
    arg0: i32
) -> Result<i64, Local<'env, Throwable>>
[src]

pub fn getStorageId<'env>(
    &'env self,
    arg0: i32
) -> Result<i64, Local<'env, Throwable>>
[src]

pub fn importFile_int_String<'env>(
    &'env self,
    arg0: i32,
    arg1: impl Into<Option<&'env String>>
) -> Result<bool, Local<'env, Throwable>>
[src]

importFile

Required features: "java-lang-String"

pub fn importFile_int_ParcelFileDescriptor<'env>(
    &'env self,
    arg0: i32,
    arg1: impl Into<Option<&'env ParcelFileDescriptor>>
) -> Result<bool, Local<'env, Throwable>>
[src]

importFile

Required features: "android-os-ParcelFileDescriptor"

pub fn sendObject<'env>(
    &'env self,
    arg0: i32,
    arg1: i64,
    arg2: impl Into<Option<&'env ParcelFileDescriptor>>
) -> Result<bool, Local<'env, Throwable>>
[src]

sendObject

Required features: "android-os-ParcelFileDescriptor"

pub fn sendObjectInfo<'env>(
    &'env self,
    arg0: impl Into<Option<&'env MtpObjectInfo>>
) -> Result<Option<Local<'env, MtpObjectInfo>>, Local<'env, Throwable>>
[src]

sendObjectInfo

Required features: "android-mtp-MtpObjectInfo"

pub fn readEvent<'env>(
    &'env self,
    arg0: impl Into<Option<&'env CancellationSignal>>
) -> Result<Option<Local<'env, MtpEvent>>, Local<'env, Throwable>>
[src]

readEvent

Required features: "android-mtp-MtpEvent", "android-os-CancellationSignal"

Methods from Deref<Target = Object>

pub fn getClass<'env>(
    &'env self
) -> Result<Option<Local<'env, Class>>, Local<'env, Throwable>>
[src]

getClass

Required features: "java-lang-Class"

pub fn hashCode<'env>(&'env self) -> Result<i32, Local<'env, Throwable>>[src]

pub fn equals<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Object>>
) -> Result<bool, Local<'env, Throwable>>
[src]

equals

Required features: "java-lang-Object"

pub fn toString<'env>(
    &'env self
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

toString

Required features: "java-lang-String"

pub fn notify<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

pub fn notifyAll<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

pub fn wait_long<'env>(
    &'env self,
    arg0: i64
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn wait_long_int<'env>(
    &'env self,
    arg0: i64,
    arg1: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn wait<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

Trait Implementations

impl AsJValue for MtpDevice

impl AsValidJObjectAndEnv for MtpDevice

impl Deref for MtpDevice

type Target = Object

The resulting type after dereferencing.

impl JniType for MtpDevice

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.