Home
last modified time | relevance | path

Searched defs:status (Results 1 – 25 of 259) sorted by relevance

1234567891011

/packages/apps/Nfc/nci/jni/extns/pn54x/src/
DphNxpExtns.c62 NFCSTATUS status = NFCSTATUS_FAILED; in EXTNS_Init() local
126 NFCSTATUS status = NFCSTATUS_SUCCESS; in EXTNS_MfcCallBack() local
160 NFCSTATUS status = NFCSTATUS_SUCCESS; in EXTNS_MfcCheckNDef() local
192 NFCSTATUS status = NFCSTATUS_SUCCESS; in EXTNS_MfcReadNDef() local
222 NFCSTATUS status = NFCSTATUS_SUCCESS; in EXTNS_MfcPresenceCheck() local
265 NFCSTATUS status = NFCSTATUS_SUCCESS; in EXTNS_MfcSetReadOnly() local
300 NFCSTATUS status = NFCSTATUS_SUCCESS; in EXTNS_MfcWriteNDef() local
333 NFCSTATUS status = NFCSTATUS_SUCCESS; in EXTNS_MfcFormatTag() local
363 NFCSTATUS status = NFCSTATUS_SUCCESS; in EXTNS_MfcDisconnect() local
393 NFCSTATUS status = NFCSTATUS_SUCCESS; in EXTNS_MfcActivated() local
[all …]
/packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/
DphNxpExtns_MifareStd.c91 NFCSTATUS status = NFCSTATUS_FAILED; in phNxpExtns_MfcModuleDeInit() local
192 NFCSTATUS status = NFCSTATUS_FAILED; in phNxpExtns_MfcModuleInit() local
319 NFCSTATUS status = NFCSTATUS_FAILED; in Mfc_CheckNdef() local
358 STATIC void Mfc_CheckNdef_Completion_Routine(void *NdefCtxt, NFCSTATUS status) in Mfc_CheckNdef_Completion_Routine()
413 STATIC void Mfc_ReadNdef_Completion_Routine(void *NdefCtxt, NFCSTATUS status) in Mfc_ReadNdef_Completion_Routine()
458 STATIC void Mfc_WriteNdef_Completion_Routine(void *NdefCtxt, NFCSTATUS status) in Mfc_WriteNdef_Completion_Routine()
481 STATIC void Mfc_FormatNdef_Completion_Routine(void *NdefCtxt, NFCSTATUS status) in Mfc_FormatNdef_Completion_Routine()
578 STATIC void Mfc_SetRdOnly_Completion_Routine(void *NdefCtxt, NFCSTATUS status) in Mfc_SetRdOnly_Completion_Routine()
604 NFCSTATUS status = NFCSTATUS_FAILED; in Mfc_SetReadOnly() local
662 NFCSTATUS status = NFCSTATUS_FAILED; in Mfc_ReadNdef() local
[all …]
/packages/apps/Dialer/java/com/android/voicemail/impl/
DDefaultOmtpEventHandler.java31 VoicemailStatus.Editor status, in handleEvent()
52 Context context, VoicemailStatus.Editor status, OmtpEvents event) { in handleConfigurationEvent()
90 Context context, VoicemailStatus.Editor status, OmtpEvents event) { in handleDataChannelEvent()
156 VoicemailStatus.Editor status, in handleNotificationChannelEvent()
180 Context context, VoicemailStatus.Editor status, OmtpEvents event) { in handleOtherEvent()
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DCallbackInfo.java27 int status; field in CallbackInfo
30 CallbackInfo(String address, int status, int handle) { in CallbackInfo()
36 CallbackInfo(String address, int status) { in CallbackInfo()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothShare.java274 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()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DWordListPreference.java72 final String description, final int status, final int filesize) { in WordListPreference()
89 public void setStatus(final int status) { in setStatus()
95 public boolean hasStatus(final int status) { in hasStatus()
112 private String getSummary(final int status) { in getSummary()
152 static int getButtonSwitcherStatus(final int status) { in getButtonSwitcherStatus()
160 static int getActionIdFromStatusAndMenuEntry(final int status) { in getActionIdFromStatusAndMenuEntry()
220 final TextView status = (TextView)view.findViewById(android.R.id.summary); in onBindView() local
/packages/experimental/RpcPerformance/
Drpcperftest.cpp54 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/Test/connectivity/PMC/src/com/android/pmc/
DGattClientListener.java184 public void onConnectionStateChange(BluetoothGatt gatt, int status, in onConnectionStateChange()
213 public void onServicesDiscovered(BluetoothGatt gatt, int status) { in onServicesDiscovered()
220 BluetoothGattCharacteristic characteristic, int status) { in onCharacteristicRead()
226 BluetoothGattCharacteristic characteristic, int status) { in onCharacteristicWrite()
242 int status) { in onDescriptorRead()
248 int status) { in onDescriptorWrite()
253 public void onReliableWriteCompleted(BluetoothGatt gatt, int status) { in onReliableWriteCompleted()
258 public void onReadRemoteRssi(BluetoothGatt gatt, int rssi, int status) { in onReadRemoteRssi()
263 public void onMtuChanged(BluetoothGatt gatt, int mtu, int status) { in onMtuChanged()
/packages/apps/Gallery/src/com/android/camera/
DBitmapManager.java72 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/Settings/src/com/android/settings/accounts/
DAccountPreference.java82 public void setSyncStatus(int status, boolean updateSummary) { in setSyncStatus()
97 private int getSyncStatusMessage(int status) { in getSyncStatusMessage()
119 private int getSyncStatusIcon(int status) { in getSyncStatusIcon()
139 private String getSyncContentDescription(int status) { in getSyncContentDescription()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
DRecapitalizeStatusTests.java31 final RecapitalizeStatus status = new RecapitalizeStatus(); in testTrim() local
58 final RecapitalizeStatus status = new RecapitalizeStatus(); in testRotate() local
/packages/apps/Dialer/java/com/android/dialer/app/voicemail/error/
DOmtpVoicemailMessageCreator.java49 Context context, VoicemailStatus status, final VoicemailStatusReader statusReader) { in create()
135 Context context, VoicemailStatus status, VoicemailStatusReader statusReader) { in checkQuota()
146 Context context, VoicemailStatus status, VoicemailStatusReader statusReader) { in createInboxErrorMessage()
234 VoicemailStatus status, in createVMQuotaPromo()
263 Context context, VoicemailStatus status) { in createNoSignalMessage()
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DProcessDeliveryReportAction.java44 private ProcessDeliveryReportAction(final Uri uri, final int status) { in ProcessDeliveryReportAction()
49 public static void deliveryReportReceived(final Uri uri, final int status) { in deliveryReportReceived()
57 final int status = actionParameters.getInt(KEY_STATUS); in executeAction() local
DDownloadMmsAction.java120 final int status = message.getStatus(); in queueAction() local
181 private static boolean isAutoDownload(final int status) { in isAutoDownload()
199 private static int getDownloadingStatus(final int status) { in getDownloadingStatus()
217 private static int getFailureStatus(final int status) { in getFailureStatus()
257 final MmsUtils.StatusPlusUri status = MmsUtils.downloadMmsMessage(context, in doBackgroundWork() local
302 final String conversationId, final int status, final int rawStatus) { in updateMessageStatus()
/packages/apps/Nfc/nci/jni/
DNativeNfcTag.cpp174 void nativeNfcTag_doReadCompleted (tNFA_STATUS status) in nativeNfcTag_doReadCompleted()
263 tNFA_STATUS status = NFA_STATUS_FAILED; in nativeNfcTag_doRead() local
373 tNFA_STATUS status = 0; in nativeNfcTag_doWrite() local
533 void nativeNfcTag_doDeactivateStatus (int status) in nativeNfcTag_doDeactivateStatus()
634 tNFA_STATUS status; in reSelect() local
861 void nativeNfcTag_doTransceiveStatus (tNFA_STATUS status, uint8_t* buf, uint32_t bufLen) in nativeNfcTag_doTransceiveStatus()
923 tNFA_STATUS status; in nativeNfcTag_doTransceive() local
1127 void nativeNfcTag_doCheckNdefResult (tNFA_STATUS status, uint32_t maxSize, uint32_t currentSize, ui… in nativeNfcTag_doCheckNdefResult()
1204 tNFA_STATUS status = NFA_STATUS_FAILED; in nativeNfcTag_doCheckNdef() local
1346 void nativeNfcTag_doPresenceCheckResult (tNFA_STATUS status) in nativeNfcTag_doPresenceCheckResult()
[all …]
/packages/apps/Settings/src/com/android/settings/deviceinfo/
DSELinuxStatusPreferenceController.java55 String status = mContext.getResources().getString(R.string.selinux_status_disabled); in displayPreference() local
58 String status = mContext.getResources().getString(R.string.selinux_status_permissive); in displayPreference() local
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hid.cpp210 bt_status_t status = sBluetoothHidInterface->init(&sBluetoothHidCallbacks); in initializeNative() local
252 bt_status_t status = sBluetoothHidInterface->connect((bt_bdaddr_t*)addr); in connectHidNative() local
274 bt_status_t status = sBluetoothHidInterface->disconnect((bt_bdaddr_t*)addr); in disconnectHidNative() local
297 bt_status_t status = sBluetoothHidInterface->get_protocol( in getProtocolModeNative() local
319 bt_status_t status = in virtualUnPlugNative() local
355 bt_status_t status = in setProtocolModeNative() local
382 bt_status_t status = sBluetoothHidInterface->get_report( in getReportNative() local
408 bt_status_t status = sBluetoothHidInterface->set_report( in setReportNative() local
434 bt_status_t status = in sendDataNative() local
Dcom_android_bluetooth_hfpclient.cpp408 bt_status_t status = in initializeNative() local
448 bt_status_t status = in connectNative() local
467 bt_status_t status = in disconnectNative() local
486 bt_status_t status = in connectAudioNative() local
505 bt_status_t status = in disconnectAudioNative() local
524 bt_status_t status = sBluetoothHfpClientInterface->start_voice_recognition( in startVoiceRecognitionNative() local
543 bt_status_t status = sBluetoothHfpClientInterface->stop_voice_recognition( in stopVoiceRecognitionNative() local
562 bt_status_t status = sBluetoothHfpClientInterface->volume_control( in setVolumeNative() local
586 bt_status_t status = in dialNative() local
608 bt_status_t status = sBluetoothHfpClientInterface->dial_memory( in dialMemoryNative() local
[all …]
Dcom_android_bluetooth_hdp.cpp114 bt_status_t status = sBluetoothHdpInterface->init(&sBluetoothHdpCallbacks); in initializeNative() local
171 bt_status_t status = in registerHealthAppNative() local
187 bt_status_t status = sBluetoothHdpInterface->unregister_application(app_id); in unregisterHealthAppNative() local
205 bt_status_t status = sBluetoothHdpInterface->connect_channel( in connectChannelNative() local
220 bt_status_t status = sBluetoothHdpInterface->destroy_channel(channel_id); in disconnectChannelNative() local
Dcom_android_bluetooth_hfp.cpp436 bt_status_t status = sBluetoothHfpInterface->init( in initializeNative() local
482 bt_status_t status = sBluetoothHfpInterface->connect((bt_bdaddr_t*)addr); in connectHfpNative() local
501 bt_status_t status = sBluetoothHfpInterface->disconnect((bt_bdaddr_t*)addr); in disconnectHfpNative() local
520 bt_status_t status = in connectAudioNative() local
540 bt_status_t status = in disconnectAudioNative() local
560 bt_status_t status = in startVoiceRecognitionNative() local
580 bt_status_t status = in stopVoiceRecognitionNative() local
600 bt_status_t status = sBluetoothHfpInterface->volume_control( in setVolumeNative() local
615 bt_status_t status = sBluetoothHfpInterface->device_status_notification( in notifyDeviceStatusNative() local
637 bt_status_t status = in copsResponseNative() local
[all …]
Dcom_android_bluetooth_avrcp_controller.cpp359 bt_bdaddr_t* bd_addr, btrc_status_t status, in btavrcp_get_folder_items_callback()
570 uint8_t status) { in btavrcp_set_addressed_player_callback()
697 bt_status_t status = in initNative() local
742 bt_status_t status = sBluetoothAvrcpInterface->send_pass_through_cmd( in sendPassThroughCommandNative() local
768 bt_status_t status = sBluetoothAvrcpInterface->send_group_navigation_cmd( in sendGroupNavigationCommandNative() local
815 bt_status_t status = sBluetoothAvrcpInterface->set_player_app_setting_cmd( in setPlayerApplicationSettingValuesNative() local
838 bt_status_t status = sBluetoothAvrcpInterface->set_volume_rsp( in sendAbsVolRspNative() local
857 bt_status_t status = sBluetoothAvrcpInterface->register_abs_vol_rsp( in sendRegisterAbsVolRspNative() local
877 bt_status_t status = in getPlaybackStateNative() local
895 bt_status_t status = sBluetoothAvrcpInterface->get_now_playing_list_cmd( in getNowPlayingListNative() local
[all …]
Dcom_android_bluetooth_avrcp.cpp589 bt_status_t status = in initNative() local
632 bt_status_t status = sBluetoothAvrcpInterface->get_play_status_rsp( in getPlayStatusRspNative() local
696 bt_status_t status = in getElementAttrRspNative() local
760 bt_status_t status = sBluetoothAvrcpInterface->get_item_attr_rsp( in getItemAttrRspNative() local
784 bt_status_t status = sBluetoothAvrcpInterface->register_notification_rsp( in registerNotificationRspPlayStatusNative() local
818 bt_status_t status = sBluetoothAvrcpInterface->register_notification_rsp( in registerNotificationRspTrackChangeNative() local
839 bt_status_t status = sBluetoothAvrcpInterface->register_notification_rsp( in registerNotificationRspPlayPosNative() local
857 bt_status_t status = sBluetoothAvrcpInterface->register_notification_rsp( in registerNotificationRspNowPlayingChangedNative() local
879 bt_status_t status = sBluetoothAvrcpInterface->register_notification_rsp( in registerNotificationRspUIDsChangedNative() local
899 bt_status_t status = sBluetoothAvrcpInterface->register_notification_rsp( in registerNotificationRspAddrPlayerChangedNative() local
[all …]
/packages/apps/PackageInstaller/src/com/android/packageinstaller/
DEventResultPersister.java93 void onResult(int status, int legacyStatus, @Nullable String message); in onResult()
153 int status = readIntAttribute(parser, "status"); in EventResultPersister() local
182 int status = intent.getIntExtra(PackageInstaller.EXTRA_STATUS, 0); in onEventReceived() local
341 public final int status; field in EventResultPersister.EventResult
345 private EventResult(int status, int legacyStatus, @Nullable String message) { in EventResult()
/packages/apps/Dialer/java/com/android/voicemail/impl/protocol/
DVvm3EventHandler.java111 VoicemailStatus.Editor status, in handleEvent()
136 Context context, VoicemailStatus.Editor status, OmtpEvents event) { in handleConfigurationEvent()
168 private static boolean handleDataChannelEvent(VoicemailStatus.Editor status, OmtpEvents event) { in handleDataChannelEvent()
223 private static boolean handleOtherEvent(VoicemailStatus.Editor status, OmtpEvents event) { in handleOtherEvent()
/packages/apps/Messaging/src/com/android/messaging/mmslib/
DDownloads.java512 public static boolean isStatusInformational(int status) { in isStatusInformational()
519 public static boolean isStatusSuccess(int status) { in isStatusSuccess()
526 public static boolean isStatusError(int status) { in isStatusError()
533 public static boolean isStatusClientError(int status) { in isStatusClientError()
540 public static boolean isStatusServerError(int status) { in isStatusServerError()
559 public static boolean isStatusCompleted(int status) { in isStatusCompleted()
723 public static String statusToString(int status) { in statusToString()

1234567891011