Home
last modified time | relevance | path

Searched defs:new_state (Results 1 – 25 of 31) sorted by relevance

12

/aosp12/art/runtime/
H A Dthread-inl.h103 inline ThreadState Thread::SetState(ThreadState new_state) { in SetState()
184 inline void Thread::TransitionToSuspendedAndRunCheckpoints(ThreadState new_state) { in TransitionToSuspendedAndRunCheckpoints()
231 inline void Thread::TransitionFromRunnableToSuspended(ThreadState new_state) { in TransitionFromRunnableToSuspended()
H A Dintern_table.cc393 void InternTable::ChangeWeakRootState(gc::WeakRootState new_state) { in ChangeWeakRootState()
398 void InternTable::ChangeWeakRootStateLocked(gc::WeakRootState new_state) { in ChangeWeakRootStateLocked()
H A Dindirect_reference_table.cc490 void IndirectReferenceTable::SetSegmentState(IRTSegmentState new_state) { in SetSegmentState()
H A Dmonitor_test.cc73 LockWord::LockState new_state = lock_after.GetState(); in Run() local
/aosp12/art/libartbase/base/unix_file/
H A Dfd_file.h152 void resetGuard(GuardState new_state) { in resetGuard()
/aosp12/system/bt/service/common/android/bluetooth/
H A DIBluetoothCallback.aidl22 void OnBluetoothStateChange(int prev_state, int new_state); in OnBluetoothStateChange()
/aosp12/system/bt/test/suite/adapter/
H A Dbluetooth_test.cc119 void BluetoothTest::AdapterStateChangedCallback(bt_state_t new_state) { in AdapterStateChangedCallback()
/aosp12/art/runtime/jni/
H A Djni_env_ext.h93 void SetLocalSegmentState(IRTSegmentState new_state) REQUIRES_SHARED(Locks::mutator_lock_) { in SetLocalSegmentState()
/aosp12/system/bt/service/test/
H A Dadapter_unittest.cc87 bluetooth::AdapterState new_state) override { in OnAdapterStateChanged()
/aosp12/frameworks/av/media/codecs/amrnb/dec/src/
H A Ddtx_dec.cpp846 enum DTXStateType new_state, /* i : new DTX state */ in dtx_dec()
/aosp12/bionic/libc/upstream-netbsd/common/lib/libc/stdlib/
H A Drandom.c411 int *new_state; in setstate() local
/aosp12/system/bt/tools/bdtool/
H A Dadapter.c77 void adapter_state_changed(bt_state_t new_state) { in adapter_state_changed()
/aosp12/frameworks/av/media/codecs/amrwb/dec/src/
H A Ddtx_decoder_amr_wb.cpp199 int16 new_state, /* i : New DTX state */ in dtx_dec_amr_wb()
/aosp12/hardware/google/camera/common/hal/hidl_service/
H A Dhidl_camera_provider.cc395 hardware::hidl_bitfield<DeviceState> new_state) { in notifyDeviceStateChange()
/aosp12/system/bt/service/
H A Dadapter.cc151 AdapterState new_state) { in OnAdapterStateChanged()
740 AdapterState new_state) { in NotifyAdapterStateChanged()
/aosp12/system/bt/gd/rust/topshim/src/
H A Dbtif.rs345 let new_state = match BtState::from_i32(state) { in adapter_state_changed_callback() localVariable
379 let new_state = match BtDiscoveryState::from_i32(state) { in discovery_state_changed_callback() localVariable
/aosp12/art/openjdkjvmti/
H A Devents.cc584 bool new_state = listener->IsEnabled(); in SetupGcPauseTracking() local
1443 bool new_state; in SetInternalEvent() local
1537 bool new_state; in SetEvent() local
/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DQuantizedLSTM.cpp174 FS new_state = gemmlowp::SaturatingAdd( in quantizedLstmStep() local
/aosp12/system/bt/service/ipc/binder/
H A Dbluetooth_binder_server.cc387 bluetooth::AdapterState new_state) { in OnAdapterStateChanged()
/aosp12/bionic/libc/bionic/
H A Dpthread_rwlock.cpp277 int new_state = old_state + STATE_READER_COUNT_CHANGE_STEP; in __pthread_rwlock_tryrdlock() local
H A Dpthread_mutex.cpp769 int new_state = MUTEX_STATE_BITS_FLIP_CONTENTION(old_state); in MutexLockWithTimeout() local
/aosp12/system/nfc/src/nfa/dm/
H A Dnfa_dm_discover.cc1682 void nfa_dm_disc_new_state(tNFA_DM_RF_DISC_STATE new_state) { in nfa_dm_disc_new_state()
/aosp12/art/runtime/arch/
H A Dstub_test.cc476 LockWord::LockState new_state = lock_after.GetState(); in TEST_F() local
553 LockWord::LockState new_state = lock_after.GetState(); in TestUnlockObject() local
/aosp12/art/dt_fd_forward/
H A Ddt_fd_forward.cc88 bool FdForwardTransport::ChangeState(TransportState old_state, TransportState new_state) { in ChangeState()
/aosp12/art/runtime/base/
H A Dmutex.cc675 uint32_t new_state = cur_state & ~kHeldMask; // Same number of contenders. in ExclusiveUnlock() local

12