Home
last modified time | relevance | path

Searched defs:jbyteArray (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Uwb/service/uci/jni/src/
Duci_jni_android_new.rs313 fn create_set_config_response(response: SetAppConfigResponse, env: JNIEnv) -> Result<jbyteArray> { in create_set_config_response()
348 app_config_params: jbyteArray, in Java_com_android_server_uwb_jni_NativeUwbManager_nativeSetAppConfigurations()
350 ) -> jbyteArray { in Java_com_android_server_uwb_jni_NativeUwbManager_nativeSetAppConfigurations()
378 app_config_params: jbyteArray, in native_set_app_configurations()
388 fn create_get_config_response(tlvs: Vec<AppConfigTlv>, env: JNIEnv) -> Result<jbyteArray> { in create_get_config_response()
426 app_config_params: jbyteArray, in Java_com_android_server_uwb_jni_NativeUwbManager_nativeGetAppConfigurations()
428 ) -> jbyteArray { in Java_com_android_server_uwb_jni_NativeUwbManager_nativeGetAppConfigurations()
448 app_config_params: jbyteArray, in native_get_app_configurations()
466 fn create_cap_response(tlvs: Vec<CapTlv>, env: JNIEnv) -> Result<jbyteArray> { in create_cap_response()
500 ) -> jbyteArray { in Java_com_android_server_uwb_jni_NativeUwbManager_nativeGetCapsInfo()
[all …]
/packages/apps/Nfc/nci/jni/
DNativeP2pDevice.cpp41 static jbyteArray nativeP2pDeviceDoTransceive(JNIEnv*, jobject, jbyteArray) { in nativeP2pDeviceDoTransceive() argument
51 static jboolean nativeP2pDeviceDoSend(JNIEnv*, jobject, jbyteArray) { in nativeP2pDeviceDoSend() argument
DNativeNfcTag.cpp1458 jint /*libNfcType*/, jbyteArray, in nativeNfcTag_doIsNdefFormatable() argument
1548 static jboolean nativeNfcTag_doNdefFormat(JNIEnv* e, jobject o, jbyteArray) { in nativeNfcTag_doNdefFormat() argument
1617 static jboolean nativeNfcTag_doMakeReadonly(JNIEnv* e, jobject o, jbyteArray) { in nativeNfcTag_doMakeReadonly() argument
/packages/modules/Uwb/indev_uwb_adaptation/jni/src/
Dapi.rs268 country_code: jbyteArray, in Java_com_android_server_uwb_indev_UwbServiceCore_nativeSetCountryCode()
285 payload: jbyteArray, in Java_com_android_server_uwb_indev_UwbServiceCore_nativeSendRawVendorCmd()
396 payload: jbyteArray, in send_raw_vendor_cmd()