Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_storage_AppFuseBridge.cpp42 void OnMount(int mount_id) override { in OnMount() argument
43 mEnv->CallVoidMethod(mSelf, gAppFuseOnMount, mount_id); in OnMount()
50 void OnClosed(int mount_id) override { in OnClosed() argument
51 mEnv->CallVoidMethod(mSelf, gAppFuseOnClosed, mount_id); in OnClosed()