/development/ndk/platforms/android-L/include/linux/ |
fsl_hypervisor.h | 31 __u32 status; member in struct:fsl_hv_ioctl_status
|
/development/samples/Wiktionary/src/com/example/android/wiktionary/ |
SimpleWikiHelper.java | 67 * {@link StatusLine} HTTP status code when no server error has occurred. 85 * because of a network error, or the server returned a bad status code. 183 StatusLine status = response.getStatusLine(); local 184 if (status.getStatusCode() != HTTP_STATUS_OK) { 186 status.toString());
|
/development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/ |
SimpleWikiHelper.java | 74 * {@link StatusLine} HTTP status code when no server error has occurred. 92 * because of a network error, or the server returned a bad status code. 190 StatusLine status = response.getStatusLine(); local 191 if (status.getStatusCode() != HTTP_STATUS_OK) { 193 status.toString());
|
/device/asus/flo/camera/QCamera2/HAL3/ |
QCamera3HALHeader.h | 69 stream_status_t status; member in struct:qcamera::__anon2623
|
/external/aac/libSYS/src/mips/ |
genericStds_mips.cpp | 236 unsigned status; local 237 asm volatile("mfc0 %0, $12, 0;\n" : "=r" (status)); 238 status |= (1 << 24); 239 asm volatile("mtc0 %0, $12, 0;\n" :: "r" (status)); 266 unsigned status; local 267 asm volatile("mfc0 %0, $12, 0;\n" : "=r" (status)); 268 status &= ~(1 << 24); 269 asm volatile("mtc0 %0, $12, 0;\n" :: "r" (status));
|
/external/android-clat/ |
config.c | 103 int status; local 110 status = inet_pton(AF_INET, tmp, ret_val_ptr); 111 if(status <= 0) { 128 int status; local 135 status = inet_pton(AF_INET6, tmp, ret_val_ptr); 136 if(status <= 0) { 169 int backoff_sleep, status; local 175 status = plat_prefix(Global_Clatd_Config.plat_from_dns64_hostname,net_id,&tmp_ptr); 176 if(status > 0) {
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
ClassUnloadDebuggee.java | 82 String status = (classUnloaded ? "UNLOADED" : "LOADED"); local 83 logWriter.println("--> Class status after memory stress: " + status); 84 synchronizer.sendMessage(status);
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/ |
AllClassesTest.java | 52 * 'PRIMITIVE' bits in the status flag; 68 int status; local 79 status = reply.getNextValueAsInt(); 81 if ( (status & JDWPConstants.ClassStatus.ARRAY) != 0 ){ 82 logWriter.println("## FAILURE: Unexpected status is returned:"); 85 logWriter.println("## Class status = 0x" + Integer.toHexString(status) 86 + "(" + JDWPConstants.ClassStatus.getName(status)+ ")"); 87 logWriter.println("## Status \"0x" 94 if ( (status & JDWPConstants.ClassStatus.PRIMITIVE) != 0 ) 142 int status; local [all...] |
AllClassesWithGenericTest.java | 53 * 'PRIMITIVE' bits in the status flag; 69 int status; local 81 status = reply.getNextValueAsInt(); 83 if ( (status & JDWPConstants.ClassStatus.ARRAY) != 0 ){ 84 logWriter.println("## FAILURE: Unexpected status is returned:"); 88 logWriter.println("## Class status = 0x" + Integer.toHexString(status) 89 + "(" + JDWPConstants.ClassStatus.getName(status)+ ")"); 90 logWriter.println("## Status \"0x" 97 if ( (status & JDWPConstants.ClassStatus.PRIMITIVE) != 0 ) 147 int status; local [all...] |
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/tsp/ |
TimeStampRespTest.java | 53 PKIStatusInfo status = new PKIStatusInfo(PKIStatus.REJECTION, local 97 TimeStampResp response = new TimeStampResp(status, timeStampToken); 104 assertTrue("Decoded status is incorrect", Arrays.equals( 105 PKIStatusInfo.ASN1.encode(status), PKIStatusInfo.ASN1
|
/external/bluetooth/bluedroid/bta/av/ |
bta_av_sbc.c | 427 UINT8 status = A2D_SUCCESS; local 432 if ((status = A2D_ParsSbcInfo(&peer_cie, p_peer, TRUE)) != 0) 434 return status; 504 if (status == A2D_SUCCESS) 509 return status; 524 UINT8 status = 0; local 528 if ((status = A2D_ParsSbcInfo(&cfg_cie, p_cfg, TRUE)) != 0) 530 APPL_TRACE_ERROR(" bta_av_sbc_cfg_matches_cap Parsing Failed %d", status); 531 return status; 547 status = A2D_NS_SAMP_FREQ 596 UINT8 status = 0; local [all...] |
/external/bluetooth/bluedroid/bta/gatt/ |
bta_gattc_api.c | 311 ** Returns returns status. 319 tBTA_GATT_STATUS status; local 324 if ((status = bta_gattc_query_cache(conn_id, BTA_GATTC_ATTR_TYPE_CHAR, p_srvc_id, NULL, 331 return status; 350 ** Returns returns status. 359 tBTA_GATT_STATUS status; local 364 if ((status = bta_gattc_query_cache(conn_id, BTA_GATTC_ATTR_TYPE_CHAR, 375 return status; 392 ** Returns returns status. 399 tBTA_GATT_STATUS status; local 444 tBTA_GATT_STATUS status; local 487 tBTA_GATT_STATUS status; local 529 tBTA_GATT_STATUS status; local 900 tBTA_GATT_STATUS status = BTA_GATT_ILLEGAL_PARAMETER; local 974 tBTA_GATT_STATUS status = BTA_GATT_ILLEGAL_PARAMETER; local [all...] |
/external/bluetooth/bluedroid/bta/hf_client/ |
bta_hf_client_act.c | 83 evt.reg.status = BTA_HF_CLIENT_SUCCESS; 211 static void bta_hf_client_cback_open(tBTA_HF_CLIENT_DATA *p_data, tBTA_HF_CLIENT_STATUS status) 218 evt.open.status = status; 269 int status; local 278 if (PORT_SUCCESS != (status=PORT_CheckConnection(p_data->rfc.port_handle, dev_addr, &lcid))) 280 APPL_TRACE_DEBUG ("bta_hf_client_rfc_acp_open error PORT_CheckConnection returned status %d", status); 451 APPL_TRACE_DEBUG ("bta_hf_client_disc_int_res: Status: %d", p_data->disc_result.status); [all...] |
bta_hf_client_sco.c | 95 tBTM_STATUS status; local 101 status = BTM_RemoveSco(bta_hf_client_cb.scb.sco_idx); 103 APPL_TRACE_DEBUG("%s idx 0x%04x, status:0x%x", __FUNCTION__, bta_hf_client_cb.scb.sco_idx, status); 105 if (status == BTM_CMD_STARTED) 110 else if ( (status == BTM_SUCCESS) || (status == BTM_UNKNOWN_ADDR) ) 282 tBTM_STATUS status; local 332 status = BTM_CreateSco(p_bd_addr, is_orig, params.packet_types, 335 if (status == BTM_CMD_STARTED && !is_orig [all...] |
/external/bluetooth/bluedroid/bta/hh/ |
bta_hh_utils.c | 407 ** Returns tBTA_HH_STATUS operation status 412 tBTA_HH_STATUS status = BTA_HH_ERR; local 445 status = BTA_HH_OK; 451 return status; 464 void bta_hh_cleanup_disable(tBTA_HH_STATUS status) 474 (* bta_hh_cb.p_cback)(BTA_HH_DISABLE_EVT, (tBTA_HH *)&status);
|
/external/bluetooth/bluedroid/bta/hl/ |
bta_hl_sdp.c | 44 BOOLEAN status=TRUE; local 82 return(status); 187 tBTA_HL_STATUS status = BTA_HL_STATUS_OK; local 351 status = BTA_HL_STATUS_SDP_FAIL; 354 APPL_TRACE_DEBUG("bta_hl_sdp_update status=%s", bta_hl_status_code(status)); 356 return status; 390 tBTA_HL_STATUS status = BTA_HL_STATUS_OK; local 558 status = BTA_HL_STATUS_SDP_FAIL; 561 APPL_TRACE_DEBUG("bta_hl_sdp_register status=%s", bta_hl_status_code(status)) [all...] |
/external/bluetooth/bluedroid/bta/include/ |
bta_pan_api.h | 72 tBTA_PAN_STATUS status; /* status of set role event */ member in struct:__anon5538 90 tBTA_PAN_STATUS status; /* status of open event */ member in struct:__anon5540
|
/external/bluetooth/bluedroid/bta/pan/ |
bta_pan_act.c | 154 ** Description Data flow status callback from PAN 358 tPAN_RESULT status; local 372 status = PAN_SetRole(p_data->api_set_role.role, sec, 378 if(status == PAN_SUCCESS) 395 set_role.status = BTA_PAN_SUCCESS; 397 /* if status is not success clear everything */ 404 set_role.status = BTA_PAN_FAIL; 468 tPAN_RESULT status; local 473 status = PAN_Connect (p_data->api_open.bd_addr, p_data->api_open.local_role, p_data->api_open.peer_role, 475 APPL_TRACE_DEBUG("%s pan connect status: %d", __func__, status) [all...] |
/external/bluetooth/bluedroid/btif/include/ |
btif_hh.h | 87 BTIF_HH_STATUS status; member in struct:__anon5640
|
/external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/ |
decoder-sbc.c | 189 OI_STATUS status; local 214 status = DecodeBody(context, *frameData, pcmData, pcmBytes, TRUE); 215 if (OI_SUCCESS(status) || status == OI_CODEC_SBC_PARTIAL_DECODE) { 219 TRACE(("-OI_CODEC_SBC_DecodeRaw: %d", status)); 220 return status; 239 OI_STATUS status; local 246 status = FindSyncword(context, frameData, frameBytes); 247 if (!OI_SUCCESS(status)) { 248 return status; 335 OI_STATUS status; local [all...] |
/external/bluetooth/bluedroid/hci/src/ |
lpm.c | 133 int status; local 147 status = timer_create(CLOCK_MONOTONIC, &se, &bt_lpm_cb.timer_id); 149 if (status == 0) 160 status = timer_settime(bt_lpm_cb.timer_id, 0, &ts, 0); 161 if (status == -1) 177 int status; local 187 status = timer_settime(bt_lpm_cb.timer_id, 0, &ts, 0); 188 if (status == -1) 207 /* Status == Success */
|
/external/bluetooth/bluedroid/osi/src/ |
alarm.c | 251 int status = bt_os_callouts->acquire_wake_lock(WAKE_LOCK_ID); local 252 if (status != BT_STATUS_SUCCESS) { 253 ALOGE("%s unable to acquire wake lock: %d", __func__, status);
|
/external/bluetooth/bluedroid/stack/a2dp/ |
a2d_sbc.c | 222 ** Error status code, otherwise. 226 tA2D_STATUS status; local 241 status = A2D_INVALID_PARAMS; 245 status = A2D_SUCCESS; 258 return status; 277 ** Error status code, otherwise. 281 tA2D_STATUS status; local 286 status = A2D_INVALID_PARAMS; 293 status = A2D_WRONG_CODEC; 306 status = A2D_SUCCESS [all...] |
/external/bluetooth/bluedroid/stack/avrc/ |
avrc_bld_tg.c | 48 tAVRC_STS status = AVRC_STS_NO_ERROR; local 53 status = AVRC_STS_BAD_PARAM; 54 return status; 103 status = AVRC_STS_NO_ERROR; 105 return status; 420 ** Description This function builds the Inform Battery Status 505 ** Description This function builds the Get Play Status 520 /* add fixed lenth - song len(4) + song position(4) + status(1) */ 546 tAVRC_STS status = AVRC_STS_NO_ERROR; local 568 status = AVRC_STS_BAD_PARAM 813 tAVRC_STS status = AVRC_STS_BAD_PARAM; local [all...] |
/external/bluetooth/bluedroid/stack/gap/ |
gap_api.c | 62 tBTM_STATUS status; local 64 status = BTM_SetDiscoverability(mode, duration, interval); 66 return (gap_convert_btm_status (status)); 130 tBTM_STATUS status; local 132 status = BTM_SetConnectability(mode, duration, interval); 134 return (gap_convert_btm_status (status)); 168 UINT16 status; local 173 if ((status = gap_find_local_addr_by_name (devname, bd_addr)) != BT_PASS) 191 if ((status = gap_convert_btm_status (btm_status)) == GAP_CMD_INITIATED) 195 status = GAP_ERR_BUSY 336 UINT16 status = BT_PASS; local 522 UINT16 status; local 561 UINT16 status; local [all...] |