Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 25 of 36) sorted by relevance

12

/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcSecureElement.java53 private native boolean doNativeDisconnectSecureElementConnection(int handle); in doNativeDisconnectSecureElementConnection()
55 public boolean doDisconnect(int handle) { in doDisconnect()
62 public native byte[] doTransceive(int handle, byte[] data); in doTransceive()
64 public native int[] doGetTechList(int handle); in doGetTechList()
66 public native byte [] doGetUid(int handle); in doGetUid()
DNativeNfcTag.java136 private native int doConnect(int handle); in doConnect()
276 native int doHandleReconnect(int handle); in doHandleReconnect()
277 public synchronized int reconnectWithStatus(int handle) { in reconnectWithStatus()
444 private void addTechnology(int tech, int handle, int libnfctype) { in addTechnology()
500 public void addNdefFormatableTechnology(int handle, int libnfcType) { in addNdefFormatableTechnology()
511 public void addNdefTechnology(NdefMessage msg, int handle, int libnfcType, in addNdefTechnology()
563 private boolean hasTechOnHandle(int tech, int handle) { in hasTechOnHandle()
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
DNativeNfcSecureElement.java53 private native boolean doNativeDisconnectSecureElementConnection(int handle); in doNativeDisconnectSecureElementConnection()
55 public boolean doDisconnect(int handle) { in doDisconnect()
62 public native byte[] doTransceive(int handle, byte[] data); in doTransceive()
64 public native int[] doGetTechList(int handle); in doGetTechList()
66 public native byte [] doGetUid(int handle); in doGetUid()
DNativeNfcTag.java135 private native int doConnect(int handle); in doConnect()
266 native int doHandleReconnect(int handle); in doHandleReconnect()
267 public synchronized int reconnectWithStatus(int handle) { in reconnectWithStatus()
455 private void addTechnology(int tech, int handle, int libnfctype) { in addTechnology()
498 public void addNdefFormatableTechnology(int handle, int libnfcType) { in addNdefFormatableTechnology()
509 public void addNdefTechnology(NdefMessage msg, int handle, int libnfcType, in addNdefTechnology()
561 private boolean hasTechOnHandle(int tech, int handle) { in hasTechOnHandle()
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DHandleMap.java38 int handle = 0; field in HandleMap.Entry
47 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance) { in Entry()
56 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance, in Entry()
67 Entry(int serverIf, int type, int handle, UUID uuid, int serviceHandle) { in Entry()
76 Entry(int serverIf, int type, int handle, UUID uuid, int serviceHandle, int charHandle) { in Entry()
101 void addService(int serverIf, int handle, UUID uuid, int serviceType, int instance, in addService()
106 void addCharacteristic(int serverIf, int handle, UUID uuid, int serviceHandle) { in addCharacteristic()
111 void addDescriptor(int serverIf, int handle, UUID uuid, int serviceHandle) { in addDescriptor()
115 void setStarted(int serverIf, int handle, boolean started) { in setStarted()
127 Entry getByHandle(int handle) { in getByHandle()
[all …]
/packages/apps/Nfc/nxp/jni/
Dcom_android_nfc_NativeP2pDevice.cpp108 phLibNfc_Handle handle, phNfc_sData_t *pResBuffer, NFCSTATUS status) in nfc_jni_transceive_callback()
121 phLibNfc_Handle handle = 0; in com_android_nfc_NativeP2pDevice_doConnect() local
202 phLibNfc_Handle handle = 0; in com_android_nfc_NativeP2pDevice_doDisconnect() local
278 phLibNfc_Handle handle = nfc_jni_get_p2p_device_handle(e, o); in com_android_nfc_NativeP2pDevice_doTransceive() local
360 phLibNfc_Handle handle; in com_android_nfc_NativeP2pDevice_doReceive() local
416 phLibNfc_Handle handle = nfc_jni_get_p2p_device_handle(e, o); in com_android_nfc_NativeP2pDevice_doSend() local
Dcom_android_nfc_NativeNfcTag.cpp26 static phLibNfc_Handle handle; variable
134 phLibNfc_Handle handle, phNfc_sData_t *pResBuffer, NFCSTATUS status) in nfc_jni_transceive_callback()
181 phLibNfc_Handle handle = 0; in com_android_nfc_NativeNfcTag_doRead() local
243 phLibNfc_Handle handle = nfc_jni_get_connected_handle(e, o); in com_android_nfc_NativeNfcTag_doWrite() local
441 jobject o, phLibNfc_Handle handle) in com_android_nfc_NativeNfcTag_doConnect()
496 jobject o, phLibNfc_Handle handle) in com_android_nfc_NativeNfcTag_doHandleReconnect()
554 phLibNfc_Handle handle = nfc_jni_get_connected_handle(e,o); in com_android_nfc_NativeNfcTag_doReconnect() local
569 phLibNfc_Handle handle = 0; in com_android_nfc_NativeNfcTag_doDisconnect() local
710 phLibNfc_Handle handle = nfc_jni_get_connected_handle(e, o); in com_android_nfc_NativeNfcTag_doTransceive() local
935 phLibNfc_Handle handle = 0; in com_android_nfc_NativeNfcTag_doCheckNdef() local
[all …]
Dcom_android_nfc_NativeNfcSecureElement.cpp52 phLibNfc_Handle handle, phNfc_sData_t *pResBuffer, NFCSTATUS status) in com_android_nfc_jni_transceive_callback()
474 …tic jboolean com_android_nfc_NativeNfcSecureElement_doDisconnect(JNIEnv *e, jobject o, jint handle) in com_android_nfc_NativeNfcSecureElement_doDisconnect()
609 jobject o,jint handle, jbyteArray data) in com_android_nfc_NativeNfcSecureElement_doTransceive()
710 static jbyteArray com_android_nfc_NativeNfcSecureElement_doGetUid(JNIEnv *e, jobject o, jint handle) in com_android_nfc_NativeNfcSecureElement_doGetUid()
727 …c jintArray com_android_nfc_NativeNfcSecureElement_doGetTechList(JNIEnv *e, jobject o, jint handle) in com_android_nfc_NativeNfcSecureElement_doGetTechList()
Dcom_android_nfc.cpp424 int handle = devList[target].hTargetDev; in nfc_jni_get_technology_tree() local
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java168 long handle; field in BluetoothMapContentObserver.Event
173 public Event(String eventType, long handle, String folder, in Event()
438 private boolean deleteMessageMms(long handle) { in deleteMessageMms()
470 private boolean unDeleteMessageMms(long handle) { in unDeleteMessageMms()
505 private boolean deleteMessageSms(long handle) { in deleteMessageSms()
538 private boolean unDeleteMessageSms(long handle) { in unDeleteMessageSms()
562 public boolean setMessageStatusDeleted(long handle, TYPE type, int statusValue) { in setMessageStatusDeleted()
583 public boolean setMessageStatusRead(long handle, TYPE type, int statusValue) { in setMessageStatusRead()
644 long handle = -1; in pushMessage() local
724 long handle = pushMmsToFolder(Mms.MESSAGE_BOX_DRAFTS, to_address, msg); in sendMmsMessage() local
[all …]
DBluetoothMapObexServer.java263 long handle = observer.pushMessage(message, folderName, appParams); in pushMessage() local
289 long handle; in setMessageStatus() local
647 private int sendGetMessageRsp(Operation op, String handle, BluetoothMapAppParams appParams){ in sendGetMessageRsp()
DBluetoothMapMessageListingElement.java61 public void setHandle(long handle, TYPE type) { in setHandle()
/packages/apps/InCallUI/src/com/android/incallui/
DGlowPadWrapper.java93 public void onGrabbed(View v, int handle) { in onGrabbed()
99 public void onReleased(View v, int handle) { in onReleased()
132 public void onGrabbedStateChange(View v, int handle) { in onGrabbedStateChange()
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmActivity.java77 public void onGrabbed(View v, int handle) { in onGrabbed()
82 public void onReleased(View v, int handle) { in onReleased()
106 public void onGrabbedStateChange(View v, int handle) { in onGrabbedStateChange()
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
Dndldic.c100 #define COPY_QUE(handle, src, dst) \ argument
150 static NJ_UINT8 *get_search_index_address(NJ_DIC_HANDLE handle, NJ_UINT8 search_pattern) { in get_search_index_address()
263 static NJ_WQUE *get_que_type_and_next(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, in get_que_type_and_next()
292 static NJ_WQUE *get_que_yomiLen_and_hyoukiLen(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, in get_que_yomiLen_and_hyoukiLen()
323 static NJ_WQUE *get_que_allHinsi(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, in get_que_allHinsi()
352 static NJ_WQUE *get_que(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, NJ_UINT16 que_id) { in get_que()
386 static NJ_INT16 is_continued(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, NJ_UINT16 que_id) { in is_continued()
433 static NJ_INT16 continue_cnt(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, NJ_UINT16 que_id) { in continue_cnt()
481 static NJ_UINT16 search_next_que(NJ_DIC_HANDLE handle, NJ_UINT16 que_id) { in search_next_que()
505 static NJ_INT16 que_strcmp_complete_with_hyouki(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, in que_strcmp_complete_with_hyouki()
[all …]
Dndapi.c580 static NJ_INT16 njd_check_dic(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle) { in njd_check_dic()
839 NJ_EXTERN NJ_INT16 njx_check_dic(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, NJ_UINT8 restore, NJ_UINT32 … in njx_check_dic()
/packages/apps/Nfc/nci/jni/
DNativeSecureElement.cpp115 …jboolean nativeNfcSecureElement_doDisconnectSecureElementConnection (JNIEnv*, jobject, jint handle) in nativeNfcSecureElement_doDisconnectSecureElementConnection()
149 static jbyteArray nativeNfcSecureElement_doTransceive (JNIEnv* e, jobject, jint handle, jbyteArray … in nativeNfcSecureElement_doTransceive()
DNativeLlcpConnectionlessSocket.cpp66 jint handle = e->GetIntField(o, f); in nativeLlcpConnectionlessSocket_doSendTo() local
266 jint handle = e->GetIntField(o, f); in nativeLlcpConnectionlessSocket_doClose() local
/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java599 byte[] doTransceive(int handle, byte[] cmd) { in doTransceive()
608 byte[] doTransceiveNoLock(int handle, byte[] cmd) { in doTransceiveNoLock()
612 void doDisconnect(int handle) { in doDisconnect()
847 int handle = 0; in executeEeWipe() local
1589 int handle = _open(b); in open() local
1633 int handle = doOpenSecureElementConnection(); in _open() local
1750 public int handle; // low-level handle field in NfcService.OpenSecureElement
1751 public OpenSecureElement(int pid, int handle, IBinder binder) { in OpenSecureElement()
2002 void unregisterObject(int handle) { in unregisterObject()
/packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
DGlowPadView.java74 public void onGrabbed(View v, int handle); in onGrabbed()
75 public void onReleased(View v, int handle); in onReleased()
77 public void onGrabbedStateChange(View v, int handle); in onGrabbedStateChange()
222 TypedValue handle = a.peekValue(R.styleable.GlowPadView_handleDrawable); in GlowPadView() local
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
Dnj_ext.h62 #define NJ_GET_DIC_TYPE_EX(type, handle) \ argument
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DGradControl.java96 int handle = -1; in getCloseHandle() local
140 public void actionMove(int handle, float x, float y, Line line) { in actionMove()
DEclipseControl.java79 int handle = -1; in getCloseHandle() local
124 public void actionMove(int handle, float x, float y, Oval oval) { in actionMove()
/packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
DGlowPadView.java74 public void onGrabbed(View v, int handle); in onGrabbed()
75 public void onReleased(View v, int handle); in onReleased()
77 public void onGrabbedStateChange(View v, int handle); in onGrabbedStateChange()
225 TypedValue handle = a.peekValue(R.styleable.GlowPadView_handleDrawable); in GlowPadView() local
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/
DMtpImageView.java82 int handle = object.getObjectHandle(); in setMtpDeviceAndObjectInfo() local

12