Searched refs:status (Results 1 - 25 of 246) sorted by relevance

12345678910

/system/bt/bta/include/
H A Dbta_hl_ci.h53 ** status - BTA_MA_STATUS_OK if operation is successful
61 tBTA_HL_STATUS status,
72 ** status - BTA_MA_STATUS_OK if operation is successful
80 tBTA_HL_STATUS status,
93 ** status - BTA_MA_STATUS_OK if operation is successful
101 tBTA_HL_STATUS status,
113 ** status - BTA_MA_STATUS_OK if operation is successful
121 tBTA_HL_STATUS status,
H A Dbta_gattc_ci.h37 tBTA_GATT_STATUS status; member in struct:__anon387
46 tBTA_GATT_STATUS status; member in struct:__anon388
68 ** status - BTA_GATT_OK if full buffer of data,
75 tBTA_GATT_STATUS status, UINT16 conn_id);
87 ** status - BTA_GATT_OK if full buffer of data,
95 tBTA_GATT_STATUS status, UINT16 conn_id);
105 ** status - BTA_GATT_OK if full buffer of data,
112 tBTA_GATT_STATUS status, UINT16 conn_id);
H A Dbta_jv_api.h36 /* status values */
136 #define BTA_JV_L2CAP_OPEN_EVT 16 /* open status of L2CAP connection */
141 #define BTA_JV_L2CAP_CONG_EVT 21 /* L2CAP connection congestion status changed */
148 #define BTA_JV_RFCOMM_OPEN_EVT 26 /* open status of RFCOMM Client connection */
153 #define BTA_JV_RFCOMM_CONG_EVT 31 /* RFCOMM connection congestion status changed */
156 #define BTA_JV_RFCOMM_SRV_OPEN_EVT 34 /* open status of Server RFCOMM connection */
164 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ member in struct:__anon464
171 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ member in struct:__anon465
178 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ member in struct:__anon466
184 tBTA_JV_STATUS status; /* Whethe member in struct:__anon467
193 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ member in struct:__anon468
206 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ member in struct:__anon469
214 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ member in struct:__anon470
222 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ member in struct:__anon471
230 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ member in struct:__anon472
238 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ member in struct:__anon473
249 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ member in struct:__anon474
260 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ member in struct:__anon475
271 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ member in struct:__anon476
282 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ member in struct:__anon477
289 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ member in struct:__anon478
299 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ member in struct:__anon479
308 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ member in struct:__anon480
317 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ member in struct:__anon481
339 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ member in struct:__anon484
347 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ member in struct:__anon485
358 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ member in struct:__anon486
368 tBTA_JV_STATUS status; /* Status of the operation */ member in struct:__anon487
384 tBTA_JV_STATUS status; /* BTA_JV_ENABLE_EVT */ member in union:__anon489
[all...]
/system/bt/test/suite/support/
H A Dgatt.c73 void btgattc_register_app_cb(int status, int clientIf, bt_uuid_t *app_uuid) { argument
74 gatt_status = status;
83 void btgattc_open_cb(int conn_id, int status, int clientIf, bt_bdaddr_t* bda) { argument
87 void btgattc_close_cb(int conn_id, int status, int clientIf, bt_bdaddr_t* bda) { argument
91 void btgattc_search_complete_cb(int conn_id, int status) { argument
99 void btgattc_get_characteristic_cb(int conn_id, int status, btgatt_srvc_id_t *srvc_id, btgatt_gatt_id_t *char_id, int char_prop) { argument
103 void btgattc_get_descriptor_cb(int conn_id, int status, btgatt_srvc_id_t *srvc_id, btgatt_gatt_id_t *char_id, btgatt_gatt_id_t *descr_id) { argument
107 void btgattc_get_included_service_cb(int conn_id, int status, btgatt_srvc_id_t *srvc_id, btgatt_srvc_id_t *incl_srvc_id) { argument
111 void btgattc_register_for_notification_cb(int conn_id, int registered, int status, btgatt_srvc_id_t *srvc_id, btgatt_gatt_id_t *char_id) { argument
119 void btgattc_read_characteristic_cb(int conn_id, int status, btgatt_read_params_ argument
123 btgattc_write_characteristic_cb(int conn_id, int status, btgatt_write_params_t *p_data) argument
127 btgattc_execute_write_cb(int conn_id, int status) argument
131 btgattc_read_descriptor_cb(int conn_id, int status, btgatt_read_params_t *p_data) argument
135 btgattc_write_descriptor_cb(int conn_id, int status, btgatt_write_params_t *p_data) argument
139 btgattc_remote_rssi_cb(int client_if,bt_bdaddr_t* bda, int rssi, int status) argument
143 btgattc_advertise_cb(int status, int client_if) argument
150 btgatts_register_app_cb(int status, int server_if, bt_uuid_t *uuid) argument
164 btgatts_service_added_cb(int status, int server_if, btgatt_srvc_id_t *srvc_id, int srvc_handle) argument
171 btgatts_included_service_added_cb(int status, int server_if, int srvc_handle, int incl_srvc_handle) argument
179 btgatts_characteristic_added_cb(int status, int server_if, bt_uuid_t *char_id, int srvc_handle, int char_handle) argument
187 btgatts_descriptor_added_cb(int status, int server_if, bt_uuid_t *descr_id, int srvc_handle, int descr_handle) argument
195 btgatts_service_started_cb(int status, int server_if, int srvc_handle) argument
202 btgatts_service_stopped_cb(int status, int server_if, int srvc_handle) argument
209 btgatts_service_deleted_cb(int status, int server_if, int srvc_handle) argument
228 btgatts_response_confirmation_cb(int status, int handle) argument
[all...]
H A Dcallbacks.c23 void acl_state_changed(bt_status_t status, bt_bdaddr_t *remote_bd_addr, bt_acl_state_t state);
24 void adapter_properties(bt_status_t status, int num_properties, bt_property_t *properties);
26 void bond_state_changed(bt_status_t status, bt_bdaddr_t *remote_bd_addr, bt_bond_state_t state);
30 void remote_device_properties(bt_status_t status, bt_bdaddr_t *bd_addr, int num_properties, bt_property_t *properties);
39 void btgattc_register_app_cb(int status, int clientIf, bt_uuid_t *app_uuid);
41 void btgattc_open_cb(int conn_id, int status, int clientIf, bt_bdaddr_t* bda);
42 void btgattc_close_cb(int conn_id, int status, int clientIf, bt_bdaddr_t* bda);
43 void btgattc_search_complete_cb(int conn_id, int status);
45 void btgattc_get_characteristic_cb(int conn_id, int status, btgatt_srvc_id_t *srvc_id, btgatt_gatt_id_t *char_id, int char_prop);
46 void btgattc_get_descriptor_cb(int conn_id, int status, btgatt_srvc_id_
[all...]
/system/bt/bta/hl/
H A Dbta_hl_ci.c42 ** status - BTA_MA_STATUS_OK if operation is successful
50 tBTA_HL_STATUS status,
56 APPL_TRACE_DEBUG("bta_hl_ci_get_tx_data mdl_handle=%d status=%d evt=%d\n",
57 mdl_handle, status, evt);
64 p_evt->status = status;
77 ** status - BTA_MA_STATUS_OK if operation is successful
85 tBTA_HL_STATUS status,
90 APPL_TRACE_DEBUG("bta_hl_ci_put_rx_data mdl_handle=%d status=%d evt=%d\n",
91 mdl_handle, status, ev
49 bta_hl_ci_get_tx_data( tBTA_HL_MDL_HANDLE mdl_handle, tBTA_HL_STATUS status, UINT16 evt ) argument
84 bta_hl_ci_put_rx_data( tBTA_HL_MDL_HANDLE mdl_handle, tBTA_HL_STATUS status, UINT16 evt ) argument
119 bta_hl_ci_get_echo_data( tBTA_HL_MCL_HANDLE mcl_handle, tBTA_HL_STATUS status, UINT16 evt ) argument
154 bta_hl_ci_put_echo_data( tBTA_HL_MCL_HANDLE mcl_handle, tBTA_HL_STATUS status, UINT16 evt ) argument
[all...]
H A Dbta_hl_main.c540 evt_data.enable_cfm.status = BTA_HL_STATUS_FAIL;
551 evt_data.enable_cfm.status = BTA_HL_STATUS_OK;
568 tBTA_HL_STATUS status = BTA_HL_STATUS_OK; local
577 status = BTA_HL_STATUS_FAIL;
578 evt_data.disable_cfm.status = status;
584 if (status != BTA_HL_STATUS_OK)
586 APPL_TRACE_DEBUG("bta_hl_api_disable status =%s", bta_hl_status_code(status));
605 tBTA_HL_STATUS status local
685 tBTA_HL_STATUS status = BTA_HL_STATUS_FAIL; local
800 tBTA_HL_STATUS status = BTA_HL_STATUS_OK; local
899 tBTA_HL_STATUS status = BTA_HL_STATUS_OK; local
960 tBTA_HL_STATUS status = BTA_HL_STATUS_OK; local
1114 tBTA_HL_STATUS status = BTA_HL_STATUS_OK; local
1183 tBTA_HL_STATUS status = BTA_HL_STATUS_OK; local
1324 tBTA_HL_STATUS status = BTA_HL_STATUS_OK; local
1457 tBTA_HL_STATUS status = BTA_HL_STATUS_OK; local
1559 tBTA_HL_STATUS status = BTA_HL_STATUS_OK; local
1637 tBTA_HL_STATUS status = BTA_HL_STATUS_OK; local
1726 tBTA_HL_STATUS status = BTA_HL_STATUS_OK; local
1868 tBTA_HL_STATUS status = BTA_HL_STATUS_OK; local
[all...]
/system/bt/stack/avrc/
H A Davrc_pars_tg.c44 tAVRC_STS status = AVRC_STS_NO_ERROR; local
66 status = AVRC_STS_BAD_CMD;
73 status = AVRC_STS_INTERNAL_ERR;
76 if (status != AVRC_STS_NO_ERROR)
77 return status;
84 status = AVRC_STS_BAD_PARAM;
86 status = AVRC_STS_INTERNAL_ERR;
92 status = AVRC_STS_INTERNAL_ERR;
98 status = AVRC_STS_BAD_PARAM;
100 status
291 tAVRC_STS status = AVRC_STS_INTERNAL_ERR; local
[all...]
H A Davrc_pars_ct.c45 tAVRC_STS status = AVRC_STS_NO_ERROR; local
63 p_result->rsp.status = *p;
64 return p_result->rsp.status;
75 status = AVRC_STS_INTERNAL_ERR;
90 p_result->reg_notif.status=p_msg->hdr.ctype;
99 status = AVRC_STS_BAD_CMD;
103 return status;
118 tAVRC_STS status = AVRC_STS_INTERNAL_ERR; local
128 status = avrc_pars_vendor_rsp(&p_msg->vendor, p_result);
132 status
[all...]
/system/core/logwrapper/include/logwrap/
H A Dlogwrap.h39 * status: the equivalent child status as populated by wait(status). This
58 * 0 when logwrap successfully run the child process and captured its status
60 * -ECHILD if status is NULL and the child didn't exit properly
61 * the return value of the child if it exited properly and status is NULL
71 int android_fork_execvp_ext(int argc, char* argv[], int *status, bool ignore_int_quit,
78 static inline int android_fork_execvp(int argc, char* argv[], int *status, argument
81 return android_fork_execvp_ext(argc, argv, status, ignore_int_quit,
/system/bt/bta/gatt/
H A Dbta_gattc_ci.c45 ** status - BTA_GATT_OK if full buffer of data,
51 void bta_gattc_ci_cache_open(BD_ADDR server_bda, UINT16 evt, tBTA_GATT_STATUS status, argument
62 p_evt->status = status;
77 ** status - BTA_GATT_OK if full buffer of data,
84 tBTA_GATTC_NV_ATTR *p_attr, tBTA_GATT_STATUS status,
97 p_evt->status = status;
118 ** status - BTA_GATT_OK if full buffer of data,
125 void bta_gattc_ci_cache_save(BD_ADDR server_bda, UINT16 evt, tBTA_GATT_STATUS status, argument
83 bta_gattc_ci_cache_load(BD_ADDR server_bda, UINT16 evt, UINT16 num_attr, tBTA_GATTC_NV_ATTR *p_attr, tBTA_GATT_STATUS status, UINT16 conn_id) argument
[all...]
/system/bt/btif/src/
H A Dbtif_sock.c65 bt_status_t status = btsock_rfc_init(thread_handle); local
66 if (status != BT_STATUS_SUCCESS) {
67 LOG_ERROR("%s error initializing RFCOMM sockets: %d", __func__, status);
71 status = btsock_l2cap_init(thread_handle);
72 if (status != BT_STATUS_SUCCESS) {
73 LOG_ERROR("%s error initializing L2CAP sockets: %d", __func__, status);
84 status = btsock_sco_init(thread);
85 if (status != BT_STATUS_SUCCESS) {
86 LOG_ERROR("%s error initializing SCO sockets: %d", __func__, status);
124 bt_status_t status local
152 bt_status_t status = BT_STATUS_FAIL; local
[all...]
H A Dbtif_sm.c156 bt_status_t status = BT_STATUS_SUCCESS; local
169 return status;
187 bt_status_t status = BT_STATUS_SUCCESS; local
198 status = BT_STATUS_UNHANDLED;
205 status = BT_STATUS_UNHANDLED;
207 return status;
H A Dbtif_sdp_server.c379 BOOLEAN status = TRUE; local
398 status &= SDP_AddServiceClassIdList(sdp_handle, 1, &service);
409 status &= SDP_AddProtocolList(sdp_handle, 3, protoList);
412 status &= SDP_AddAttribute(sdp_handle,
419 status &= SDP_AddProfileDescriptorList(sdp_handle,
424 status &= SDP_AddAttribute(sdp_handle, ATTR_ID_MAS_INSTANCE_ID, UINT_DESC_TYPE,
428 status &= SDP_AddAttribute(sdp_handle, ATTR_ID_SUPPORTED_MSG_TYPE, UINT_DESC_TYPE,
433 status &= SDP_AddAttribute(sdp_handle, ATTR_ID_MAP_SUPPORTED_FEATURES,
440 status &= SDP_AddAttribute(sdp_handle, ATTR_ID_GOEP_L2CAP_PSM,
445 status
468 BOOLEAN status = TRUE; local
547 BOOLEAN status = TRUE; local
635 BOOLEAN status = TRUE; local
726 BOOLEAN status = TRUE; local
[all...]
/system/bt/stack/btm/
H A Dbtm_ble_cont_energy.c48 UINT8 status = 0; local
57 STREAM_TO_UINT8(status, p);
63 BTM_TRACE_DEBUG("energy_info status=%d,tx_t=%ld, rx_t=%ld, ener_used=%ld, idle_t=%ld",
64 status, total_tx_time, total_rx_time, total_energy_used, total_idle_time);
68 total_energy_used, status);
81 ** Returns status
86 tBTM_STATUS status = BTM_ILLEGAL_VALUE; local
100 if ((status = BTM_VendorSpecificCommand (HCI_BLE_ENERGY_INFO_OCF, 0, NULL,
103 BTM_TRACE_ERROR("BTM_BleGetEnergyInfo status: %d", status);
[all...]
H A Dbtm_ble_batchscan.c136 ** status
160 ** status
312 ** Returns status
318 tBTM_STATUS status = BTM_NO_RESOURCES; local
327 if ((status = BTM_VendorSpecificCommand (HCI_BLE_BATCH_SCAN_OCF,
331 BTM_TRACE_ERROR("btm_ble_read_batchscan_reports %d", status);
335 if (BTM_CMD_STARTED == status)
342 return status;
362 UINT8 status = 0, subcode = 0, opcode = 0; local
376 STREAM_TO_UINT8(status,
505 tBTM_STATUS status = BTM_NO_RESOURCES; local
546 tBTM_STATUS status = BTM_NO_RESOURCES; local
587 tBTM_STATUS status = BTM_NO_RESOURCES; local
652 tBTM_STATUS status = BTM_NO_RESOURCES; local
727 tBTM_STATUS status = BTM_NO_RESOURCES; local
802 tBTM_STATUS status = BTM_NO_RESOURCES; local
844 tBTM_STATUS status = BTM_NO_RESOURCES; local
[all...]
/system/core/logwrapper/
H A Dlogwrapper.c46 " fault address is set to the status of wait()\n"
56 int status = 0xAAAA; local
83 rc = android_fork_execvp_ext(argc, &argv[0], &status, true,
86 if (WIFEXITED(status))
87 rc = WEXITSTATUS(status);
93 uintptr_t fault_address = (uintptr_t) status;
94 *(int *) fault_address = 0; // causes SIGSEGV with fault_address = status
/system/core/fastboot/
H A Dengine.c76 int (*func)(Action *a, int status, char *resp);
112 int status; local
117 status = fb_getvar(usb, fs_type, "partition-type:%s", partition);
118 if (status) {
124 static int cb_default(Action *a, int status, char *resp) argument
126 if (status) {
133 return status;
225 static int cb_check(Action *a, int status, char *resp, int invert) argument
232 if (status) {
234 return status;
268 cb_require(Action *a, int status, char *resp) argument
273 cb_reject(Action *a, int status, char *resp) argument
291 cb_display(Action *a, int status, char *resp) argument
310 cb_save(Action *a, int status, char *resp) argument
371 int status = 0; local
[all...]
/system/bt/btif/co/
H A Dbta_gattc_co.c91 tBTA_GATT_STATUS status = BTA_GATT_OK; local
93 status = BTA_GATT_ERROR;
95 BTIF_TRACE_DEBUG("%s() - status=%d", __FUNCTION__, status);
96 bta_gattc_ci_cache_open(server_bda, evt, status, conn_id);
118 tBTA_GATT_STATUS status = BTA_GATT_ERROR; local
123 status = (num_attr < BTA_GATTC_NV_LOAD_MAX ? BTA_GATT_OK : BTA_GATT_MORE);
126 BTIF_TRACE_DEBUG("%s() - sCacheFD=%p, start_index=%d, read=%d, status=%d",
127 __FUNCTION__, sCacheFD, start_index, num_attr, status);
128 bta_gattc_ci_cache_load(server_bda, evt, num_attr, attr, status, conn_i
150 tBTA_GATT_STATUS status = BTA_GATT_OK; local
[all...]
/system/bt/bta/jv/
H A Dbta_jv_api.c62 tBTA_JV_STATUS status = BTA_JV_FAILURE; local
84 status = BTA_JV_SUCCESS;
91 return(status);
120 ** Description Get the JV registration status.
178 tBTA_JV_STATUS status = BTA_JV_FAILURE; local
189 status = BTA_JV_SUCCESS;
192 return(status);
211 tBTA_JV_STATUS status = BTA_JV_FAILURE; local
221 status = BTA_JV_SUCCESS;
224 return(status);
243 tBTA_JV_STATUS status = BTA_JV_FAILURE; local
276 tBTA_JV_STATUS status = BTA_JV_FAILURE; local
303 tBTA_JV_STATUS status = BTA_JV_FAILURE; local
337 tBTA_JV_STATUS status = BTA_JV_FAILURE; local
393 tBTA_JV_STATUS status = BTA_JV_FAILURE; local
440 tBTA_JV_STATUS status = BTA_JV_FAILURE; local
471 tBTA_JV_STATUS status = BTA_JV_FAILURE; local
505 tBTA_JV_STATUS status = BTA_JV_FAILURE; local
557 tBTA_JV_STATUS status = BTA_JV_FAILURE; local
604 tBTA_JV_STATUS status = BTA_JV_FAILURE; local
634 tBTA_JV_STATUS status = BTA_JV_FAILURE; local
667 tBTA_JV_STATUS status = BTA_JV_FAILURE; local
708 tBTA_JV_STATUS status = BTA_JV_FAILURE; local
755 tBTA_JV_STATUS status = BTA_JV_FAILURE; local
787 tBTA_JV_STATUS status = BTA_JV_FAILURE; local
825 tBTA_JV_STATUS status = BTA_JV_FAILURE; local
867 tBTA_JV_STATUS status = BTA_JV_FAILURE; local
900 tBTA_JV_STATUS status = BTA_JV_FAILURE; local
941 tBTA_JV_STATUS status = BTA_JV_FAILURE; local
982 tBTA_JV_STATUS status = BTA_JV_FAILURE; local
1010 tBTA_JV_STATUS status = BTA_JV_FAILURE; local
1070 tBTA_JV_STATUS status = BTA_JV_FAILURE; local
1100 tBTA_JV_STATUS status = BTA_JV_FAILURE; local
1146 tBTA_JV_STATUS status = BTA_JV_FAILURE; local
[all...]
/system/bt/stack/btu/
H A Dbtu_hcif.c52 extern void btm_process_cancel_complete(UINT8 status, UINT8 mode);
74 static void btu_hcif_command_status_evt (uint8_t status, BT_HDR *command, void *context);
207 LOG_ERROR("%s should not have received a command status event. "
433 UINT8 status; local
435 STREAM_TO_UINT8 (status, p);
438 btm_process_inq_complete(status, BTM_BR_INQUIRY_MASK);
498 UINT8 status; local
507 STREAM_TO_UINT8 (status, p);
517 btm_sec_connected (bda, handle, status, enc_mode);
519 l2c_link_hci_conn_comp (status, handl
610 UINT8 status; local
631 UINT8 status; local
656 UINT8 status; local
694 UINT8 status; local
734 UINT8 status; local
766 UINT8 status; local
800 UINT8 status; local
993 btu_hcif_hdl_command_status(UINT16 opcode, UINT8 status, UINT8 *p_cmd, void *p_vsc_status_cback) argument
1167 btu_hcif_command_status_evt(uint8_t status, BT_HDR *command, void *context) argument
1229 UINT8 status; local
1271 UINT8 status; local
1424 UINT8 status; local
1668 UINT8 status; local
1702 UINT8 status; local
[all...]
/system/bt/bta/mce/
H A Dbta_mce_api.c62 tBTA_MCE_STATUS status = BTA_MCE_FAILURE; local
78 status = BTA_MCE_SUCCESS;
81 return(status);
H A Dbta_mce_act.c72 evt_data.status = BTA_MCE_FAILURE;
115 evt_data.status = BTA_MCE_SUCCESS;
132 tBTA_MCE_STATUS status = BTA_MCE_SUCCESS; local
134 bta_mce_cb.p_dm_cback(BTA_MCE_ENABLE_EVT, (tBTA_MCE *)&status, NULL);
153 tBTA_MCE_STATUS status = BTA_MCE_FAILURE; local
160 status = BTA_MCE_BUSY;
162 bta_mce_cb.p_dm_cback(BTA_MCE_MAS_DISCOVERY_COMP_EVT, (tBTA_MCE *)&status, NULL);
180 bta_mce_cb.p_dm_cback(BTA_MCE_MAS_DISCOVERY_COMP_EVT, (tBTA_MCE *)&status, NULL);
/system/core/libsync/include/sync/
H A Dsync.h31 int32_t status; member in struct:sync_fence_info_data
39 int32_t status; member in struct:sync_pt_info
/system/bt/stack/a2dp/
H A Da2d_sbc.c221 ** Error status code, otherwise.
225 tA2D_STATUS status; local
240 status = A2D_INVALID_PARAMS;
244 status = A2D_SUCCESS;
257 return status;
276 ** Error status code, otherwise.
280 tA2D_STATUS status; local
284 status = A2D_INVALID_PARAMS;
291 status = A2D_WRONG_CODEC;
304 status
[all...]

Completed in 1165 milliseconds

12345678910