Home
last modified time | relevance | path

Searched refs:jint (Results 1 – 25 of 125) sorted by relevance

12345

/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Dpdf_document_jni.h27 JNIEXPORT jint JNI_OnLoad(JavaVM* vm, void* reserved);
30 JNIEnv* env, jobject obj, jint jfd, jstring jpassword);
40 jint jfd);
42 JNIEXPORT jint JNICALL Java_android_graphics_pdf_PdfDocumentProxy_getPageWidth(JNIEnv* env,
44 jint pageNum);
46 JNIEXPORT jint JNICALL Java_android_graphics_pdf_PdfDocumentProxy_getPageHeight(JNIEnv* env,
48 jint pageNum);
51 JNIEnv* env, jobject jPdfDocument, jint pageNum, jobject jbitmap, jint clipLeft,
52 jint clipTop, jint clipRight, int clipBottom, jfloatArray jTransform, jint renderMode,
53 jint showAnnotTypes, jboolean renderFormFields);
[all …]
Dpdf_document_jni.cc75 JNIEXPORT jint JNI_OnLoad(JavaVM* vm, void* reserved) { in JNI_OnLoad()
83 JNIEnv* env, jobject obj, jint jfd, jstring jpassword) { in Java_android_graphics_pdf_PdfDocumentProxy_createFromFd()
113 jint jfd) { in Java_android_graphics_pdf_PdfDocumentProxy_saveToFd()
123 JNIEnv* env, jobject jPdfDocument, jint pageNum) { in Java_android_graphics_pdf_PdfDocumentProxy_getPageDimensions()
135 JNIEXPORT jint JNICALL Java_android_graphics_pdf_PdfDocumentProxy_getPageWidth(JNIEnv* env, in Java_android_graphics_pdf_PdfDocumentProxy_getPageWidth()
137 jint pageNum) { in Java_android_graphics_pdf_PdfDocumentProxy_getPageWidth()
144 JNIEXPORT jint JNICALL Java_android_graphics_pdf_PdfDocumentProxy_getPageHeight(JNIEnv* env, in Java_android_graphics_pdf_PdfDocumentProxy_getPageHeight()
146 jint pageNum) { in Java_android_graphics_pdf_PdfDocumentProxy_getPageHeight()
154 JNIEnv* env, jobject jPdfDocument, jint pageNum, jobject jbitmap, jint clipLeft, in Java_android_graphics_pdf_PdfDocumentProxy_render()
155 jint clipTop, jint clipRight, jint clipBottom, jfloatArray jTransform, jint renderMode, in Java_android_graphics_pdf_PdfDocumentProxy_render()
[all …]
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_sdp.cpp159 sCallbacksObj, method_sdpMasRecordFoundCallback, (jint)status, addr.get(), uuid.get(), in sdp_search_callback()
160 (jint)record->mas.mas_instance_id, (jint)record->mas.hdr.l2cap_psm, in sdp_search_callback()
161 (jint)record->mas.hdr.rfcomm_channel_number, (jint)record->mas.hdr.profile_version, in sdp_search_callback()
162 (jint)record->mas.supported_features, (jint)record->mas.supported_message_types, in sdp_search_callback()
167 sCallbacksObj, method_sdpMnsRecordFoundCallback, (jint)status, addr.get(), uuid.get(), in sdp_search_callback()
168 (jint)record->mns.hdr.l2cap_psm, (jint)record->mns.hdr.rfcomm_channel_number, in sdp_search_callback()
169 (jint)record->mns.hdr.profile_version, (jint)record->mns.supported_features, in sdp_search_callback()
174 sCallbacksObj, method_sdpPseRecordFoundCallback, (jint)status, addr.get(), uuid.get(), in sdp_search_callback()
175 (jint)record->pse.hdr.l2cap_psm, (jint)record->pse.hdr.rfcomm_channel_number, in sdp_search_callback()
176 (jint)record->pse.hdr.profile_version, (jint)record->pse.supported_features, in sdp_search_callback()
[all …]
Dcom_android_bluetooth_hid_host.cpp82 (jint)addr_type, (jint)transport, (jint)state); in connection_state_callback()
108 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onGetProtocolMode, addr.get(), (jint)addr_type, in get_protocol_mode_callback()
109 (jint)transport, (jint)mode); in get_protocol_mode_callback()
141 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onGetReport, addr.get(), (jint)addr_type, in get_report_callback()
142 (jint)transport, data.get(), (jint)rpt_size); in get_report_callback()
162 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onVirtualUnplug, addr.get(), (jint)addr_type, in virtual_unplug_callback()
163 (jint)transport, (jint)hh_status); in virtual_unplug_callback()
183 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onHandshake, addr.get(), (jint)addr_type, in handshake_callback()
184 (jint)transport, (jint)hh_status); in handshake_callback()
201 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onGetIdleTime, addr.get(), (jint)addr_type, in get_idle_time_callback()
[all …]
Dcom_android_bluetooth_le_audio.cpp142 android_bluetooth_BluetoothLeAudioCodecConfig.constructor, (jint)codecConfig.codec_type, in prepareCodecConfigObj()
143 (jint)codecConfig.codec_priority, (jint)codecConfig.sample_rate, in prepareCodecConfigObj()
144 (jint)codecConfig.bits_per_sample, (jint)codecConfig.channel_count, in prepareCodecConfigObj()
145 (jint)codecConfig.frame_duration, (jint)codecConfig.octets_per_frame, 0, 0); in prepareCodecConfigObj()
196 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onConnectionStateChanged, (jint)state, in OnConnectionState()
209 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onGroupStatus, (jint)group_id, in OnGroupStatus()
210 (jint)group_status); in OnGroupStatus()
232 (jint)group_id, (jint)node_status); in OnGroupNodeStatus()
247 jint jni_sink_audio_location = sink_audio_location ? sink_audio_location->to_ulong() : -1; in OnAudioConf()
248 jint jni_source_audio_location = source_audio_location ? source_audio_location->to_ulong() : -1; in OnAudioConf()
[all …]
Dcom_android_bluetooth_vc.cpp92 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onConnectionStateChanged, (jint)state, in OnConnectionState()
115 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onVolumeStateChanged, (jint)volume, in OnVolumeStateChanged()
116 (jboolean)mute, (jint)flags, addr.get(), (jboolean)isAutonomous); in OnVolumeStateChanged()
129 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onGroupVolumeStateChanged, (jint)volume, in OnGroupVolumeStateChanged()
152 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onDeviceAvailable, (jint)num_offsets, in OnDeviceAvailable()
153 (jint)num_inputs, addr.get()); in OnDeviceAvailable()
178 (jint)ext_output_id, (jint)offset, addr.get()); in OnExtAudioOutVolumeOffsetChanged()
201 (jint)ext_output_id, (jint)location, addr.get()); in OnExtAudioOutLocationChanged()
227 (jint)ext_output_id, description, addr.get()); in OnExtAudioOutDescriptionChanged()
249 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onExtAudioInStateChanged, (jint)ext_input_id, in OnExtAudioInStateChanged()
[all …]
Dcom_android_bluetooth_gatt.cpp1280 static void gattClientUnregisterAppNative(JNIEnv* /* env */, jobject /* object */, jint clientIf) { in gattClientUnregisterAppNative()
1307 static void unregisterScannerNative(JNIEnv* /* env */, jobject /* object */, jint scanner_id) { in unregisterScannerNative()
1322 static void gattClientConnectNative(JNIEnv* env, jobject /* object */, jint clientif, in gattClientConnectNative()
1323 jstring address, jint addressType, jboolean isDirect, in gattClientConnectNative()
1324 jint transport, jboolean opportunistic, jint initiating_phys, in gattClientConnectNative()
1325 jint preferred_mtu) { in gattClientConnectNative()
1334 static void gattClientDisconnectNative(JNIEnv* env, jobject /* object */, jint clientIf, in gattClientDisconnectNative()
1335 jstring address, jint conn_id) { in gattClientDisconnectNative()
1342 static void gattClientSetPreferredPhyNative(JNIEnv* env, jobject /* object */, jint /* clientIf */, in gattClientSetPreferredPhyNative() argument
1343 jstring address, jint tx_phy, jint rx_phy, in gattClientSetPreferredPhyNative()
[all …]
Dcom_android_bluetooth_hap_client.cpp104 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onConnectionStateChanged, (jint)state, in OnConnectionState()
125 (jint)features); in OnDeviceAvailable()
145 (jint)features); in OnFeaturesUpdate()
168 (jint)preset_index); in OnActivePresetSelected()
171 std::get<int>(addr_or_group_id), (jint)preset_index); in OnActivePresetSelected()
195 (jint)error_code); in OnActivePresetSelectError()
198 std::get<int>(addr_or_group_id), (jint)error_code); in OnActivePresetSelectError()
230 android_bluetooth_BluetoothHapPresetInfo.constructor, (jint)info.preset_index, in OnPresetInfo()
248 (jint)info_reason, presets_array); in OnPresetInfo()
251 std::get<int>(addr_or_group_id), (jint)info_reason, in OnPresetInfo()
[all …]
Dcom_android_bluetooth_a2dp.cpp100 addr.get(), (jint)state); in bta2dp_connection_state_callback()
123 (jint)state); in bta2dp_audio_state_callback()
143 android_bluetooth_BluetoothCodecConfig.constructor, (jint)codec_config.codec_type, in bta2dp_audio_config_callback()
144 (jint)codec_config.codec_priority, (jint)codec_config.sample_rate, in bta2dp_audio_config_callback()
145 (jint)codec_config.bits_per_sample, (jint)codec_config.channel_mode, in bta2dp_audio_config_callback()
156 android_bluetooth_BluetoothCodecConfig.constructor, (jint)cap.codec_type, in bta2dp_audio_config_callback()
157 (jint)cap.codec_priority, (jint)cap.sample_rate, (jint)cap.bits_per_sample, in bta2dp_audio_config_callback()
158 (jint)cap.channel_mode, (jlong)cap.codec_specific_1, (jlong)cap.codec_specific_2, in bta2dp_audio_config_callback()
171 android_bluetooth_BluetoothCodecConfig.constructor, (jint)cap.codec_type, in bta2dp_audio_config_callback()
172 (jint)cap.codec_priority, (jint)cap.sample_rate, (jint)cap.bits_per_sample, in bta2dp_audio_config_callback()
[all …]
Dcom_android_bluetooth_btservice_AdapterService.cpp66 tBT_TRANSPORT to_bt_transport(jint val) { in to_bt_transport()
88 const jint INVALID_FD = -1;
89 const jint INVALID_CID = -1;
156 sCallbackEnv->CallVoidMethod(sJniCallbacksObj, method_stateChangeCallback, (jint)status); in adapter_state_change_callback()
171 callbackEnv->SetIntArrayRegion(*types, i, 1, reinterpret_cast<jint*>(&properties[i].type)); in get_properties()
367 sCallbackEnv->CallVoidMethod(sJniCallbacksObj, method_bondStateChangeCallback, (jint)status, in bond_state_changed_callback()
368 addr.get(), (jint)state, (jint)fail_reason); in bond_state_changed_callback()
433 secondary_addr.get(), (jint)identity_address_type); in le_address_associate_callback()
465 sCallbackEnv->CallVoidMethod(sJniCallbacksObj, method_aclStateChangeCallback, (jint)status, in acl_state_changed_callback()
466 addr.get(), (jint)state, (jint)transport_link_type, (jint)hci_reason, in acl_state_changed_callback()
[all …]
Dcom_android_bluetooth_avrcp_controller.cpp132 jint arraylen = 0; in btavrcp_playerapplicationsetting_callback()
156 playerattribs.get(), (jint)arraylen); in btavrcp_playerapplicationsetting_callback()
197 playerattribs.get(), (jint)arraylen); in btavrcp_playerapplicationsetting_changed_callback()
283 sCallbackEnv.get(), sCallbackEnv->NewObjectArray((jint)num_attr, strclazz, 0)); in btavrcp_track_changed_callback()
289 for (jint i = 0; i < num_attr; i++) { in btavrcp_track_changed_callback()
296 sCallbackEnv->SetIntArrayRegion(attribIds.get(), i, 1, (jint*)&(p_attrs[i].attr_id)); in btavrcp_track_changed_callback()
325 (jint)(song_len), (jint)song_pos); in btavrcp_play_position_changed_callback()
386 itemArray.reset(sCallbackEnv->NewObjectArray((jint)count, class_AvrcpPlayer, 0)); in btavrcp_get_folder_items_callback()
388 itemArray.reset(sCallbackEnv->NewObjectArray((jint)count, class_AvrcpItem, 0)); in btavrcp_get_folder_items_callback()
426 (jint*)&(item->media.p_attrs[j].attr_id)); in btavrcp_get_folder_items_callback()
[all …]
Dcom_android_bluetooth_pan.cpp65 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onControlStateChanged, (jint)local_role, in control_state_callback()
66 (jint)state, (jint)error, js_ifname.get()); in control_state_callback()
85 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onConnectStateChanged, addr.get(), (jint)state, in connection_state_callback()
86 (jint)error, (jint)local_role, (jint)remote_role); in connection_state_callback()
161 jint src_role, jint dest_role) { in connectPanNative()
Dcom_android_bluetooth_hfp.cpp104 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onConnectionStateChanged, (jint)state, in ConnectionStateCallback()
123 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onAudioStateChanged, (jint)state, in AudioStateCallback()
141 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onVrStateChanged, (jint)state, addr.get()); in VoiceRecognitionCallback()
190 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onVolumeChanged, (jint)type, (jint)volume, in VolumeControlCallback()
438 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onAtBiev, ind_id, (jint)ind_value, in AtBievCallback()
468 static void initializeNative(JNIEnv* env, jobject object, jint max_hf_clients, in initializeNative()
695 static jboolean setVolumeNative(JNIEnv* env, jobject /* object */, jint volume_type, jint volume, in setVolumeNative()
717 static jboolean notifyDeviceStatusNative(JNIEnv* env, jobject /* object */, jint network_state, in notifyDeviceStatusNative()
718 jint service_type, jint signal, jint battery_charge, in notifyDeviceStatusNative()
765 static jboolean cindResponseNative(JNIEnv* env, jobject /* object */, jint service, jint num_active, in cindResponseNative()
[all …]
/packages/modules/Nfc/NfcNci/nci/jni/
DNfcTagTest.cpp28 virtual jint DestroyJavaVM() = 0;
29 virtual jint AttachCurrentThread(AttachCurrentThreadJniEnvStarStarType penv,
31 virtual jint DetachCurrentThread() = 0;
32 virtual jint GetEnv(void** penv, jint version) = 0;
33 virtual jint AttachCurrentThreadAsDaemon(
37 static jint JNICALL CallDestroyJavaVM(JavaVM* vm) { in CallDestroyJavaVM()
40 static jint JNICALL CallAttachCurrentThread( in CallAttachCurrentThread()
44 static jint JNICALL CallDetachCurrentThread(JavaVM* vm) { in CallDetachCurrentThread()
47 static jint JNICALL CallGetEnv(JavaVM* vm, void** penv, jint version) { in CallGetEnv()
50 static jint JNICALL CallAttachCurrentThreadAsDaemon( in CallAttachCurrentThreadAsDaemon()
[all …]
Dmock_jni_env.h216 virtual jint CallIntMethodV(jobject obj, jmethodID methodID,
233 virtual jint CallNonvirtualIntMethodV(jobject obj, jclass clazz,
266 virtual jint CallStaticIntMethodV(jclass clazz, jmethodID methodID,
290 virtual jint EnsureLocalCapacity(jint capacity) = 0;
327 virtual jint* GetIntArrayElements(jintArray array, jboolean* isCopy) = 0;
329 jint* buf) = 0;
330 virtual jint GetIntField(jobject obj, jfieldID fieldID) = 0;
331 virtual jint GetJavaVM(JavaVM** vm) = 0;
355 virtual jint GetStaticIntField(jclass clazz, jfieldID fieldID) = 0;
369 virtual jint GetVersion() = 0;
[all …]
/packages/apps/Camera2/jni/
Djpegutilnative.cpp68 extern "C" JNIEXPORT jint JNICALL
72 jint width, jint height, in Java_com_android_camera_util_JpegUtilNative_compressJpegFromYUV420pNative()
74 jobject yBuf, jint yPStride, jint yRStride, in Java_com_android_camera_util_JpegUtilNative_compressJpegFromYUV420pNative()
76 jobject cbBuf, jint cbPStride, jint cbRStride, in Java_com_android_camera_util_JpegUtilNative_compressJpegFromYUV420pNative()
78 jobject crBuf, jint crPStride, jint crRStride, in Java_com_android_camera_util_JpegUtilNative_compressJpegFromYUV420pNative()
80 jobject outBuf, jint outBufCapacity, in Java_com_android_camera_util_JpegUtilNative_compressJpegFromYUV420pNative()
82 jint quality, in Java_com_android_camera_util_JpegUtilNative_compressJpegFromYUV420pNative()
84 jint cropLeft, jint cropTop, jint cropRight, jint cropBottom, in Java_com_android_camera_util_JpegUtilNative_compressJpegFromYUV420pNative()
87 jint rot90) { in Java_com_android_camera_util_JpegUtilNative_compressJpegFromYUV420pNative()
119 JNIEnv* env, jclass clazz __unused, jint width, jint height, jobject planeBuf, in Java_com_android_camera_util_JpegUtilNative_copyImagePlaneToBitmap()
[all …]
/packages/apps/Gallery2/jni/filters/
Dgeometry.c131 … nativeApplyFilterFlip, jobject src, jint srcWidth, jint srcHeight, jobject dst, jint dstWidth, ji… in JNIFUNCF()
144 …ativeApplyFilterRotate, jobject src, jint srcWidth, jint srcHeight, jobject dst, jint dstWidth, ji… in JNIFUNCF()
154 …plyFilterCrop, jobject src, jint srcWidth, jint srcHeight, jobject dst, jint dstWidth, jint dstHei… in JNIFUNCF()
164 void JNIFUNCF(ImageFilterGeometry, nativeApplyFilterStraighten, jobject src, jint srcWidth __unused, in JNIFUNCF()
165 jint srcHeight __unused, jobject dst, jint dstWidth, jint dstHeight, in JNIFUNCF()
Dkmeans.cc33 void JNIFUNCF(ImageFilterKMeans, nativeApplyFilter, jobject bitmap, jint width, jint height, in JNIFUNCF()
34 jobject large_ds_bitmap, jint lwidth, jint lheight, jobject small_ds_bitmap, in JNIFUNCF()
35 jint swidth, jint sheight, jint p, jint seed) in JNIFUNCF()
/packages/apps/TV/jni/
Dtunertvinput_jni.h71 (JNIEnv *, jobject, jlong, jint, jstring, jint);
80 (JNIEnv *, jobject, jlong, jint, jint, jstring, jint);
88 (JNIEnv *, jobject, jlong, jint, jint);
113 JNIEXPORT jint JNICALL
131 JNIEXPORT jint JNICALL
148 JNIEXPORT jint JNICALL Java_com_android_tv_tuner_TunerHal_nativeWriteInBuffer
149 (JNIEnv *, jobject, jlong, jbyteArray, jint);
/packages/apps/Gallery2/jni_jpegstream/src/
Djpegstream.cpp31 static jint OutputStream_setup(JNIEnv* env, jobject thiz, jobject out, in OutputStream_setup()
32 jint width, jint height, jint format, jint quality) { in OutputStream_setup()
84 static jint InputStream_setup(JNIEnv* env, jobject thiz, jobject dimens, in InputStream_setup()
85 jobject in, jint format) { in InputStream_setup()
132 env->CallVoidMethod(dimens, setMethod, static_cast<jint>(w), in InputStream_setup()
133 static_cast<jint>(h)); in InputStream_setup()
220 static jint OutputStream_writeInputBytes(JNIEnv* env, jobject thiz, in OutputStream_writeInputBytes()
221 jbyteArray inBuffer, jint offset, jint inCount) { in OutputStream_writeInputBytes()
246 static jint InputStream_readDecodedBytes(JNIEnv* env, jobject thiz, in InputStream_readDecodedBytes()
247 jbyteArray inBuffer, jint offset, jint inCount) { in InputStream_readDecodedBytes()
[all …]
/packages/inputmethods/LatinIME/native/jni/
Dcom_android_inputmethod_keyboard_ProximityInfo.cpp29 jint displayWidth, jint displayHeight, jint gridWidth, jint gridHeight, in latinime_Keyboard_setProximityInfo()
30 jint mostCommonkeyWidth, jint mostCommonkeyHeight, jintArray proximityChars, jint keyCount, in latinime_Keyboard_setProximityInfo()
/packages/services/DeviceAsWebcam/interface/jni/
DDeviceAsWebcamNative.cpp29 jint JNI_OnLoad(JavaVM* jvm, void*) { in JNI_OnLoad()
90 jint DeviceAsWebcamNative::com_android_DeviceAsWebcam_encodeImage(JNIEnv* env, jobject, in com_android_DeviceAsWebcam_encodeImage()
93 jint rotation) { in com_android_DeviceAsWebcam_encodeImage()
98 jint DeviceAsWebcamNative::com_android_DeviceAsWebcam_setupServicesAndStartListening( in com_android_DeviceAsWebcam_setupServicesAndStartListening()
117 jint jWidth = static_cast<jint>(width); in setStreamConfig()
118 jint jHeight = static_cast<jint>(height); in setStreamConfig()
119 jint jFps = static_cast<jint>(fps); in setStreamConfig()
/packages/modules/Connectivity/staticlibs/native/bpfmapjni/
Dcom_android_net_module_util_BpfMap.cpp35 static jint com_android_net_module_util_BpfMap_nativeBpfFdGet(JNIEnv *env, jclass clazz, in com_android_net_module_util_BpfMap_nativeBpfFdGet()
36 jstring path, jint mode, jint keySize, jint valueSize) { in com_android_net_module_util_BpfMap_nativeBpfFdGet()
79 jint fd, jbyteArray key, jbyteArray value, jint flags) { in com_android_net_module_util_BpfMap_nativeWriteToMapEntry()
97 jint fd, jbyteArray key) { in com_android_net_module_util_BpfMap_nativeDeleteMapEntry()
108 jint fd, jbyteArray key, jbyteArray nextKey) { in com_android_net_module_util_BpfMap_nativeGetNextMapKey()
127 jint fd, jbyteArray key, jbyteArray value) { in com_android_net_module_util_BpfMap_nativeFindMapEntry()
/packages/modules/Uwb/service/uci/jni/src/
Duci_jni_android_new.rs33 jboolean, jbyte, jbyteArray, jint, jintArray, jlong, jobject, jobjectArray, jshort, jvalue,
197 session_id: jint, in Java_com_android_server_uwb_jni_NativeUwbManager_nativeSessionInit() argument
211 session_id: jint, in native_session_init() argument
226 session_id: jint, in Java_com_android_server_uwb_jni_NativeUwbManager_nativeSessionDeInit() argument
236 session_id: jint, in native_session_deinit() argument
268 session_id: jint, in Java_com_android_server_uwb_jni_NativeUwbManager_nativeRangingStart() argument
278 session_id: jint, in native_ranging_start() argument
290 session_id: jint, in Java_com_android_server_uwb_jni_NativeUwbManager_nativeRangingStop() argument
300 session_id: jint, in native_ranging_stop() argument
312 session_id: jint, in Java_com_android_server_uwb_jni_NativeUwbManager_nativeGetSessionState() argument
[all …]
/packages/modules/Uwb/indev_uwb_adaptation/jni/src/
Dapi.rs21 use jni::sys::{jboolean, jbyte, jbyteArray, jint, jlong, jobject, jvalue};
173 session_id: jint, in Java_com_android_server_uwb_indev_UwbServiceCore_nativeInitSession() argument
189 session_id: jint, in Java_com_android_server_uwb_indev_UwbServiceCore_nativeDeinitSession() argument
203 session_id: jint, in Java_com_android_server_uwb_indev_UwbServiceCore_nativeStartRanging() argument
218 session_id: jint, in Java_com_android_server_uwb_indev_UwbServiceCore_nativeStopRanging() argument
232 session_id: jint, in Java_com_android_server_uwb_indev_UwbServiceCore_nativeReconfigure() argument
247 session_id: jint, in Java_com_android_server_uwb_indev_UwbServiceCore_nativeUpdateControllerMulticastList() argument
282 mt: jint, in Java_com_android_server_uwb_indev_UwbServiceCore_nativeSendRawVendorCmd() argument
283 gid: jint, in Java_com_android_server_uwb_indev_UwbServiceCore_nativeSendRawVendorCmd() argument
284 oid: jint, in Java_com_android_server_uwb_indev_UwbServiceCore_nativeSendRawVendorCmd() argument
[all …]

12345