init
This commit is contained in:
BIN
Assets/Plugins/Android/aidl/.DS_Store
vendored
Normal file
BIN
Assets/Plugins/Android/aidl/.DS_Store
vendored
Normal file
Binary file not shown.
8
Assets/Plugins/Android/aidl/android.meta
Normal file
8
Assets/Plugins/Android/aidl/android.meta
Normal file
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 1166ea2c496784b4bba8295123b248a7
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
8
Assets/Plugins/Android/aidl/android/hardware.meta
Normal file
8
Assets/Plugins/Android/aidl/android/hardware.meta
Normal file
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a615486c1ed22429a9db60a4b567faa2
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,3 @@
|
||||
package android.hardware;
|
||||
|
||||
@JavaOnlyStableParcelable @NdkOnlyStableParcelable parcelable HardwareBuffer ndk_header "android/hardware_buffer_aidl.h";
|
||||
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 75d8b5cdaa87e4797a7e59862e4d7e89
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
8
Assets/Plugins/Android/aidl/com.meta
Normal file
8
Assets/Plugins/Android/aidl/com.meta
Normal file
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b44d8db48a75e488d89f7d7f5839ecb5
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
BIN
Assets/Plugins/Android/aidl/com/.DS_Store
vendored
Normal file
BIN
Assets/Plugins/Android/aidl/com/.DS_Store
vendored
Normal file
Binary file not shown.
8
Assets/Plugins/Android/aidl/com/omixlab.meta
Normal file
8
Assets/Plugins/Android/aidl/com/omixlab.meta
Normal file
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ae40e14fe44eb471aba26128ec535b27
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
BIN
Assets/Plugins/Android/aidl/com/omixlab/.DS_Store
vendored
Normal file
BIN
Assets/Plugins/Android/aidl/com/omixlab/.DS_Store
vendored
Normal file
Binary file not shown.
8
Assets/Plugins/Android/aidl/com/omixlab/mosis.meta
Normal file
8
Assets/Plugins/Android/aidl/com/omixlab/mosis.meta
Normal file
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 1608a3841bd2a4f2793ace76c2a4582a
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
BIN
Assets/Plugins/Android/aidl/com/omixlab/mosis/.DS_Store
vendored
Normal file
BIN
Assets/Plugins/Android/aidl/com/omixlab/mosis/.DS_Store
vendored
Normal file
Binary file not shown.
@@ -0,0 +1,10 @@
|
||||
package com.omixlab.mosis;
|
||||
|
||||
import android.hardware.HardwareBuffer;
|
||||
|
||||
// oneway = fire-and-forget (asynchronous)
|
||||
oneway interface IMosisListener {
|
||||
void onServiceInitialized(boolean success);
|
||||
void onBufferAvailable(in HardwareBuffer buffer);
|
||||
void onFrameAvailable();
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 08472853f0bb04dfb8fb91a8c87d5af5
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,8 @@
|
||||
package com.omixlab.mosis;
|
||||
|
||||
import com.omixlab.mosis.IMosisListener;
|
||||
|
||||
interface IMosisService {
|
||||
boolean initOS(IMosisListener listener);
|
||||
int getNumber();
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 8b212b10f095b40698e0f88dd1642b9c
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user