HomeSort by relevance Sort by last modified time
    Searched refs:STATUS_SUCCESS (Results 1 - 24 of 24) sorted by null

  /development/host/windows/usb/legacy/driver/
android_usb_file_object.cpp 69 WdfRequestCompleteWithInformation(request, STATUS_SUCCESS, 0);
82 WdfRequestCompleteWithInformation(request, STATUS_SUCCESS, 0);
android_usb_wdf_object.cpp 65 return STATUS_SUCCESS;
90 return STATUS_SUCCESS;
android_usb_pipe_file_object.cpp 70 return STATUS_SUCCESS;
88 WdfRequestCompleteWithInformation(request, STATUS_SUCCESS, 0);
120 WdfRequestCompleteWithInformation(request, STATUS_SUCCESS, 0);
201 STATUS_SUCCESS,
219 WdfRequestCompleteWithInformation(request, STATUS_SUCCESS, 0);
280 NTSTATUS status = STATUS_SUCCESS;
309 WdfRequestCompleteWithInformation(request, STATUS_SUCCESS, sizeof(ULONG));
334 status = STATUS_SUCCESS;
501 return STATUS_SUCCESS;
551 status = STATUS_SUCCESS;
    [all...]
android_usb_device_object.cpp 189 return STATUS_SUCCESS;
196 return STATUS_SUCCESS;
305 return STATUS_SUCCESS;
410 WdfRequestComplete(request, STATUS_SUCCESS);
606 STATUS_SUCCESS,
636 STATUS_SUCCESS,
668 STATUS_SUCCESS,
751 STATUS_SUCCESS,
777 WdfRequestCompleteWithInformation(request, STATUS_SUCCESS, expected_len);
824 return STATUS_SUCCESS;
    [all...]
android_usb_driver_object.cpp 107 return STATUS_SUCCESS;
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java 337 public static final int STATUS_SUCCESS = 200;
BluetoothOppObexClientSession.java 251 int status = BluetoothShare.STATUS_SUCCESS;
265 if (status == BluetoothShare.STATUS_SUCCESS) {
278 if (status == BluetoothShare.STATUS_SUCCESS) {
328 int status = BluetoothShare.STATUS_SUCCESS;
BluetoothOppObexServerSession.java 332 int status = BluetoothShare.STATUS_SUCCESS;
359 if (status != BluetoothShare.STATUS_SUCCESS) {
365 if (status == BluetoothShare.STATUS_SUCCESS) {
484 status = BluetoothShare.STATUS_SUCCESS;
BluetoothOppService.java     [all...]
BluetoothOppProvider.java 322 + " AND " + BluetoothShare.STATUS + "=" + BluetoothShare.STATUS_SUCCESS);
BluetoothOppUtility.java 258 } else if (statusCode == BluetoothShare.STATUS_SUCCESS) {
259 ret = context.getString(R.string.status_success);
  /frameworks/base/core/java/android/provider/
Downloads.java 467 public static final int STATUS_SUCCESS = 200;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/EvHandler/
EvHandler.c 153 return STATUS_SUCCESS;
207 return STATUS_SUCCESS;
258 return STATUS_SUCCESS;
  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
EvHandler.c 155 return STATUS_SUCCESS;
206 return STATUS_SUCCESS;
  /system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/
EvHandler.c 148 return STATUS_SUCCESS;
199 return STATUS_SUCCESS;
  /hardware/ti/wlan/wl1271/platforms/os/linux/inc/
windows_types.h 111 #define STATUS_SUCCESS 0
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
windows_types.h 108 #define STATUS_SUCCESS 0
  /system/wlan/ti/wilink_6_1/platforms/os/linux/inc/
windows_types.h 111 #define STATUS_SUCCESS 0
  /development/apps/GestureBuilder/src/com/android/gesture/builder/
GestureBuilderActivity.java 55 private static final int STATUS_SUCCESS = 0;
364 return STATUS_SUCCESS;
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadThread.java 325 if ((!continuingDownload && statusCode != Downloads.Impl.STATUS_SUCCESS)
337 } else if (continuingDownload && statusCode == Downloads.Impl.STATUS_SUCCESS) {
634 finalStatus = Downloads.Impl.STATUS_SUCCESS;
    [all...]
Helpers.java 436 Downloads.Impl.COLUMN_STATUS + " = '" + Downloads.Impl.STATUS_SUCCESS + "' AND " +
  /frameworks/base/core/java/android/net/
Downloads.java 64 public static final int STATUS_SUCCESS = 200;
  /external/e2fsprogs/lib/ext2fs/
nt_io.c 584 return (BOOLEAN)(STATUS_SUCCESS == Status);
979 return STATUS_SUCCESS == NtDeviceIoControlFile(
  /system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
osCmd.c 75 NTSTATUS ntStatus = STATUS_SUCCESS;
    [all...]

Completed in 390 milliseconds