/packages/apps/Nfc/jni/ |
D | com_android_nfc_NativeP2pDevice.cpp | 32 static void nfc_jni_presence_check_callback(void* pContext, NFCSTATUS status) in nfc_jni_presence_check_callback() 44 … phLibNfc_sRemoteDevInformation_t *psRemoteDevInfo, NFCSTATUS status) in nfc_jni_connect_callback() 62 …atic void nfc_jni_disconnect_callback(void *pContext, phLibNfc_Handle hRemoteDev, NFCSTATUS status) in nfc_jni_disconnect_callback() 72 static void nfc_jni_receive_callback(void *pContext, phNfc_sData_t *data, NFCSTATUS status) in nfc_jni_receive_callback() 92 static void nfc_jni_send_callback(void *pContext, NFCSTATUS status) in nfc_jni_send_callback() 107 phLibNfc_Handle handle, phNfc_sData_t *pResBuffer, NFCSTATUS status) in nfc_jni_transceive_callback() 121 NFCSTATUS status; in com_android_nfc_NativeP2pDevice_doConnect() local 203 NFCSTATUS status; in com_android_nfc_NativeP2pDevice_doDisconnect() local 271 NFCSTATUS status; in com_android_nfc_NativeP2pDevice_doTransceive() local 357 NFCSTATUS status; in com_android_nfc_NativeP2pDevice_doReceive() local [all …]
|
D | com_android_nfc_NativeNfcTag.cpp | 40 static void nfc_jni_tag_rw_callback(void *pContext, NFCSTATUS status) in nfc_jni_tag_rw_callback() 52 phLibNfc_sRemoteDevInformation_t *psRemoteDevInfo, NFCSTATUS status) in nfc_jni_connect_callback() 72 phLibNfc_ChkNdef_Info_t info, NFCSTATUS status) in nfc_jni_checkndef_callback() 99 phLibNfc_Handle hRemoteDev, NFCSTATUS status) in nfc_jni_disconnect_callback() 117 phLibNfc_Handle hRemoteDev, NFCSTATUS status) in nfc_jni_async_disconnect_callback() 132 phLibNfc_Handle handle, phNfc_sData_t *pResBuffer, NFCSTATUS status) in nfc_jni_transceive_callback() 144 static void nfc_jni_presencecheck_callback(void *pContext, NFCSTATUS status) in nfc_jni_presencecheck_callback() 154 static void nfc_jni_formatndef_callback(void *pContext, NFCSTATUS status) in nfc_jni_formatndef_callback() 164 static void nfc_jni_readonly_callback(void *pContext, NFCSTATUS status) in nfc_jni_readonly_callback() 178 NFCSTATUS status; in com_android_nfc_NativeNfcTag_doRead() local [all …]
|
D | com_android_nfc_NativeNfcSecureElement.cpp | 33 NFCSTATUS status) in com_android_nfc_jni_ioctl_callback() 52 phLibNfc_Handle handle, phNfc_sData_t *pResBuffer, NFCSTATUS status) in com_android_nfc_jni_transceive_callback() 66 … phLibNfc_sRemoteDevInformation_t *psRemoteDevInfo, NFCSTATUS status) in com_android_nfc_jni_connect_callback() 78 NFCSTATUS status) in com_android_nfc_jni_disconnect_callback() 91 NFCSTATUS status) in com_android_nfc_jni_smartMX_setModeCb() 112 NFCSTATUS status) in com_android_nfc_jni_open_secure_element_notification_callback() 449 NFCSTATUS status; in com_android_nfc_NativeNfcSecureElement_doDisconnect() local 588 NFCSTATUS status; in com_android_nfc_NativeNfcSecureElement_doTransceive() local
|
D | com_android_nfc_NativeNfcManager.cpp | 199 static void nfc_jni_ioctl_callback(void *pContext, phNfc_sData_t *pOutput, NFCSTATUS status) { in nfc_jni_ioctl_callback() 208 static void nfc_jni_deinit_download_callback(void *pContext, NFCSTATUS status) in nfc_jni_deinit_download_callback() 223 NFCSTATUS status = NFCSTATUS_FAILED; in nfc_jni_download() local 367 NFCSTATUS status; in nfc_jni_configure_driver() local 405 NFCSTATUS status; in nfc_jni_unconfigure_driver() local 431 NFCSTATUS status; in nfc_jni_initialize() local 877 NFCSTATUS status; in nfc_jni_llcp_linkStatus_callback() local 937 NFCSTATUS status) in nfc_jni_checkLlcp_callback() 947 static void nfc_jni_llcpcfg_callback(void *pContext, NFCSTATUS status) in nfc_jni_llcpcfg_callback() 1004 static void nfc_jni_discover_callback(void *pContext, NFCSTATUS status) in nfc_jni_discover_callback() [all …]
|
D | com_android_nfc_NativeLlcpSocket.cpp | 29 NFCSTATUS status) in nfc_jni_disconnect_callback() 40 static void nfc_jni_connect_callback(void* pContext, uint8_t nErrCode, NFCSTATUS status) in nfc_jni_connect_callback() 89 static void nfc_jni_receive_callback(void* pContext, NFCSTATUS status) in nfc_jni_receive_callback() 99 static void nfc_jni_send_callback(void *pContext, NFCSTATUS status) in nfc_jni_send_callback()
|
D | com_android_nfc_NativeLlcpConnectionlessSocket.cpp | 28 static void nfc_jni_receive_callback(void* pContext, uint8_t ssap, NFCSTATUS status) in nfc_jni_receive_callback() 44 static void nfc_jni_send_callback(void *pContext, NFCSTATUS status) in nfc_jni_send_callback()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothShare.java | 274 public static boolean isStatusInformational(int status) { in isStatusInformational() 282 public static boolean isStatusSuspended(int status) { in isStatusSuspended() 289 public static boolean isStatusSuccess(int status) { in isStatusSuccess() 296 public static boolean isStatusError(int status) { in isStatusError() 303 public static boolean isStatusClientError(int status) { in isStatusClientError() 310 public static boolean isStatusServerError(int status) { in isStatusServerError() 318 public static boolean isStatusCompleted(int status) { in isStatusCompleted()
|
D | BluetoothOppReceiveFileInfo.java | 71 public BluetoothOppReceiveFileInfo(String data, long length, int status) { in BluetoothOppReceiveFileInfo() 78 int status) { in BluetoothOppReceiveFileInfo() 85 public BluetoothOppReceiveFileInfo(int status) { in BluetoothOppReceiveFileInfo()
|
D | BluetoothOppSendFileInfo.java | 78 FileInputStream inputStream, int status, String dest) { in BluetoothOppSendFileInfo() 89 public BluetoothOppSendFileInfo(String data, String type, long length, int status, in BluetoothOppSendFileInfo()
|
D | BluetoothOppObexClientSession.java | 251 int status = BluetoothShare.STATUS_SUCCESS; in doSend() local 328 int status = BluetoothShare.STATUS_SUCCESS; in sendFile() local 532 int status = BluetoothShare.STATUS_OBEX_DATA_ERROR; in handleSendException() local
|
D | BluetoothOppNotification.java | 61 static final String status = "(" + BluetoothShare.STATUS + " == '192'" + ")"; field in BluetoothOppNotification 356 int status = cursor.getInt(statusIndex); in updateCompletedNotification() local 403 int status = cursor.getInt(statusIndex); in updateCompletedNotification() local
|
/packages/experimental/RpcPerformance/ |
D | rpcperftest.cpp | 54 status_t status = sm->addService(name, new BnInterface<ITestService>()); in main() local 73 status_t status = service->pingBinder(); in main() local 83 status_t status = service->pingBinder(); in main() local
|
/packages/apps/Gallery/src/com/android/camera/ |
D | BitmapManager.java | 72 ThreadStatus status = mThreadStatus.get(t); in getOrCreateThreadStatus() local 90 ThreadStatus status = mThreadStatus.get(t); in removeDecodingOptions() local 99 ThreadStatus status = mThreadStatus.get(t); in canThreadDecoding() local 114 ThreadStatus status = getOrCreateThreadStatus(t); in cancelThreadDecoding() local 141 ThreadStatus status = getOrCreateThreadStatus(t); in getThumbnail() local
|
/packages/apps/Mms/src/com/android/mms/ui/ |
D | DeliveryReportItem.java | 26 String status; field in DeliveryReportItem 28 public DeliveryReportItem(String recipient, String status) { in DeliveryReportItem()
|
D | DeliveryReportActivity.java | 205 MmsReportStatus status = queryStatusByRecipient(reportStatus, recipient); in getMmsReportStatusText() local 236 Map<String, MmsReportStatus> status, String recipient) { in queryStatusByRecipient() 293 MmsReportStatus status = new MmsReportStatus( in getMmsReportStatus() local 332 private String getSmsStatusText(int status) { in getSmsStatusText()
|
/packages/apps/Camera/src/com/android/camera/ |
D | BitmapManager.java | 75 ThreadStatus status = mThreadStatus.get(t); in getOrCreateThreadStatus() local 84 ThreadStatus status = mThreadStatus.get(t); in canThreadDecoding() local 103 ThreadStatus status = getOrCreateThreadStatus(t); in getThumbnail() local
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
D | BitmapManager.java | 94 ThreadStatus status = mThreadStatus.get(t); in getOrCreateThreadStatus() local 111 ThreadStatus status = mThreadStatus.get(t); in removeDecodingOptions() local 136 ThreadStatus status = mThreadStatus.get(t); in canThreadDecoding() local 152 ThreadStatus status = getOrCreateThreadStatus(t); in cancelThreadDecoding() local
|
/packages/apps/AccountsAndSyncSettings/src/com/android/settings/ |
D | AccountPreference.java | 90 public void setSyncStatus(int status) { in setSyncStatus() 98 private int getSyncStatusMessage(int status) { in getSyncStatusMessage() 117 private int getSyncStatusIcon(int status) { in getSyncStatusIcon()
|
/packages/apps/Phone/src/com/android/phone/ |
D | NetworkSetting.java | 322 String status = getResources().getString(R.string.network_query_error); in displayNetworkQueryFailed() local 329 String status; in displayNetworkSelectionFailed() local 345 String status = getResources().getString(R.string.registration_done); in displayNetworkSelectionSucceeded() local 380 private void networksListLoaded(List<NetworkInfo> result, int status) { in networksListLoaded()
|
D | INetworkQueryServiceCallback.aidl | 37 void onQueryComplete(in List<NetworkInfo> networkInfoArray, int status); in onQueryComplete()
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
D | NotificationTransaction.java | 142 int status = STATUS_DEFERRED; in run() local 223 private void sendNotifyRespInd(int status) throws MmsException, IOException { in sendNotifyRespInd()
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | ContactPresenceIconUtil.java | 32 public static Drawable getPresenceIcon (Context context, int status) { in getPresenceIcon()
|
/packages/apps/Email/src/com/android/exchange/adapter/ |
D | MeetingResponseParser.java | 37 int status = getValueInt(); in parseResult() local
|
D | PingParser.java | 73 int status = getValueInt(); in parse() local
|
/packages/apps/Browser/src/com/android/browser/ |
D | OpenDownloadReceiver.java | 53 int status = cursor.getInt(3); in onReceive() local
|