/device/asus/fugu/ |
ueventd.fugu.rc | 13 /sys/devices/virtual/thermal/cooling_device* cur_state 0644 system system
|
/system/bt/stack/btm/ |
btm_ble_batchscan.c | 141 void btm_ble_batchscan_enq_op_q(UINT8 opcode, tBTM_BLE_BATCH_SCAN_STATE cur_state, 145 ble_batchscan_cb.op_q.cur_state[ble_batchscan_cb.op_q.next_idx] = cur_state; 147 BTM_TRACE_DEBUG("btm_ble_batchscan_enq_op_q: subcode:%d, Cur_state:%d, ref_value:%d", 149 ble_batchscan_cb.op_q.cur_state[ble_batchscan_cb.op_q.next_idx], 292 void btm_ble_batchscan_deq_op_q(UINT8 *p_opcode,tBTM_BLE_BATCH_SCAN_STATE *cur_state, 299 *cur_state = (ble_batchscan_cb.op_q.cur_state[ble_batchscan_cb.op_q.pending_idx]); 339 btm_ble_batchscan_enq_op_q(BTM_BLE_BATCH_SCAN_READ_RESULTS, ble_batchscan_cb.cur_state, 366 tBTM_BLE_BATCH_SCAN_STATE cur_state = 0 local [all...] |
/art/runtime/base/ |
mutex-inl.h | 131 int32_t cur_state = state_.LoadRelaxed(); local 132 if (LIKELY(cur_state >= 0)) { 134 done = state_.CompareExchangeWeakAcquire(cur_state, cur_state + 1); 136 HandleSharedLockContention(self, cur_state); 155 int32_t cur_state = state_.LoadRelaxed(); local 156 if (LIKELY(cur_state > 0)) { 161 done = state_.CompareExchangeWeakSequentiallyConsistent(cur_state, cur_state - 1); 162 if (done && (cur_state - 1) == 0) { // Weak CAS may fail spuriously [all...] |
mutex.cc | 368 int32_t cur_state = state_.LoadRelaxed(); local 369 if (LIKELY(cur_state == 0)) { 371 done = state_.CompareExchangeWeakAcquire(0 /* cur_state */, 1 /* new state */); 411 int32_t cur_state = state_.LoadRelaxed(); local 412 if (cur_state == 0) { 414 done = state_.CompareExchangeWeakAcquire(0 /* cur_state */, 1 /* new state */); 468 int32_t cur_state = state_.LoadRelaxed(); local 469 if (LIKELY(cur_state == 1)) { 476 done = state_.CompareExchangeWeakSequentiallyConsistent(cur_state, 0 /* new state */); 486 LOG(FATAL) << "Unexpected state_ in unlock " << cur_state << " for " << name_ 555 int32_t cur_state = state_.LoadRelaxed(); local 591 int32_t cur_state = state_.LoadRelaxed(); local 625 int32_t cur_state = state_.LoadRelaxed(); local 691 int32_t cur_state = state_.LoadRelaxed(); local [all...] |
/system/bt/service/test/ |
adapter_unittest.cpp | 76 bluetooth::AdapterState cur_state() const { return cur_state_; } function in class:bluetooth::__anon73928::final 139 EXPECT_EQ(bluetooth::ADAPTER_STATE_TURNING_ON, observer.cur_state()); 151 EXPECT_EQ(bluetooth::ADAPTER_STATE_ON, observer.cur_state()); 173 EXPECT_EQ(bluetooth::ADAPTER_STATE_ON, observer.cur_state()); 179 EXPECT_EQ(bluetooth::ADAPTER_STATE_TURNING_OFF, observer.cur_state()); 190 EXPECT_EQ(bluetooth::ADAPTER_STATE_ON, observer.cur_state()); 200 EXPECT_EQ(bluetooth::ADAPTER_STATE_ON, observer.cur_state()); 205 EXPECT_EQ(bluetooth::ADAPTER_STATE_OFF, observer.cur_state());
|
/frameworks/compile/mclinker/lib/LD/ |
EhFrameReader.cpp | 133 State cur_state = Q0; local 134 while (Reject != cur_state && Accept != cur_state) { 139 if (!transition[cur_state][token.kind](pEhFrame, entry, token)) { 149 cur_state = Accept; 151 cur_state = Reject; 153 cur_state = autometa[cur_state][token.kind]; 157 if (Reject == cur_state) {
|
/external/libweave/examples/daemon/ledflasher/ |
ledflasher.cc | 95 int cur_state = led_status_[led_index]; local 98 if (cmd_value != cur_state) {
|
/external/libnfc-nxp/src/ |
phLibNfc_target.c | 89 (gpphLibContext->LibNfcState.cur_state == eLibNfcHalStateShutdown)) 93 else if (gpphLibContext->LibNfcState.cur_state == eLibNfcHalStateRelease) 239 (gpphLibContext->LibNfcState.cur_state == eLibNfcHalStateShutdown)) 243 else if (gpphLibContext->LibNfcState.cur_state == eLibNfcHalStateRelease)
|
phHciNfc_Sequence.c | 223 phHciNfc_eState_t cur_state = (phHciNfc_eState_t) local 224 psHciContext->hci_state.cur_state; 230 if( cur_state == (uint8_t) state ) 239 switch (cur_state) 482 psHciContext->hci_state.cur_state ); 520 psHciContext->hci_state.cur_state ); 528 psHciContext->hci_state.cur_state = 539 psHciContext->hci_state.cur_state ); 550 HCI_DEBUG("HCI: %s: transition=%02u, cur_state=%02u, next_state=%02u\n", 553 psHciContext->hci_state.cur_state, [all...] |
phLibNfc.c | 367 || (pLibContext->LibNfcState.cur_state 441 pLibContext->LibNfcState.cur_state = eLibNfcHalStateShutdown; 520 || (gpphLibContext->LibNfcState.cur_state 639 gpphLibContext->LibNfcState.cur_state = eLibNfcHalStateInitandIdle; 692 switch(pLibContext->LibNfcState.cur_state) 788 psLibContext->LibNfcState.cur_state = (uint8_t)eLibNfcHalStateConnect; 791 psLibContext->LibNfcState.cur_state 798 psLibContext->LibNfcState.cur_state 801 psLibContext->LibNfcState.cur_state); 815 (gpphLibContext->LibNfcState.cur_state == eLibNfcHalStateShutdown) [all...] |
phLibNfc_initiator.c | 298 gpphLibContext->LibNfcState.cur_state=eLibNfcHalStateConnect; 352 gpphLibContext->LibNfcState.cur_state=eLibNfcHalStateRelease; 408 (gpphLibContext->LibNfcState.cur_state 457 (gpphLibContext->LibNfcState.cur_state 503 gpphLibContext->LibNfcState.cur_state)) 592 (gpphLibContext->LibNfcState.cur_state == eLibNfcHalStateShutdown)) 802 (gpphLibContext->LibNfcState.cur_state [all...] |
phLibNfc_SE.c | 92 (gpphLibContext->LibNfcState.cur_state == eLibNfcHalStateShutdown)) 326 (gpphLibContext->LibNfcState.cur_state == eLibNfcHalStateShutdown)) 367 (gpphLibContext->LibNfcState.cur_state == eLibNfcHalStateShutdown)) 452 (gpphLibContext->LibNfcState.cur_state == eLibNfcHalStateShutdown))
|
phLibNfc_discovery.c | 155 (gpphLibContext->LibNfcState.cur_state 229 (gpphLibContext->LibNfcState.cur_state
|
phLibNfc_ndef_raw.c | 128 (gpphLibContext->LibNfcState.cur_state == eLibNfcHalStateShutdown)) 382 (gpphLibContext->LibNfcState.cur_state 756 (gpphLibContext->LibNfcState.cur_state == eLibNfcHalStateShutdown)) [all...] |
phLibNfc_Ioctl.c | 112 (gpphLibContext->LibNfcState.cur_state == eLibNfcHalStateShutdown))
|
phHciNfc.c | 125 psHciContext->hci_state.cur_state = hciState_Reset; 832 && ( hciState_Connect == psHciContext->hci_state.cur_state) 840 psHciContext->hci_state.cur_state = hciState_Disconnect; [all...] |
/tools/test/connectivity/acts/framework/acts/controllers/ |
access_point.py | 203 cur_state = self._client.get("wireless", radio_name, "disabled") 204 cur_state = True if cur_state=='0' else False 205 if state == cur_state: 207 new_state = '1' if cur_state else '0'
|
/external/selinux/libsepol/include/sepol/policydb/ |
conditional.h | 78 int cur_state; member in struct:cond_node
|
/external/toybox/toys/other/ |
acpi.c | 123 cur=read_int_at(dfd, "cur_state");
|
/external/drm_hwcomposer/ |
hwcomposer.cpp | 142 drmModeConnection cur_state = conn->state(); local 144 if (cur_state == old_state) 148 cur_state == DRM_MODE_CONNECTED ? "Plug" : "Unplug", timestamp_us, 151 if (cur_state == DRM_MODE_CONNECTED) { 176 cur_state == DRM_MODE_CONNECTED ? 1 : 0);
|
/external/selinux/libsepol/src/ |
conditional.c | 158 new_node->cur_state = cond_evaluate_expr(p, new_node->expr); 314 if (new_state != node->cur_state) { 315 node->cur_state = new_state; 773 node->cur_state = le32_to_cpu(buf[0]);
|
expand.c | 2821 int cur_state, preserve_tunables = 0; local [all...] |
/system/bt/bta/dm/ |
bta_dm_pm.c | 1281 tBTA_DM_CONTRL_STATE cur_state = BTA_DM_CONTRL_UNKNOWN; local [all...] |
/external/libnfc-nxp/inc/ |
phNfcInterface.h | 166 uint8_t cur_state; member in struct:phNfc_sState
|
/external/selinux/checkpolicy/test/ |
dismod.c | 556 fprintf(fp, "current state: %d\n", cur->cur_state); 603 cond->cur_state);
|