/aosp12/art/runtime/ |
H A D | thread-inl.h | 103 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 D | intern_table.cc | 393 void InternTable::ChangeWeakRootState(gc::WeakRootState new_state) { in ChangeWeakRootState() 398 void InternTable::ChangeWeakRootStateLocked(gc::WeakRootState new_state) { in ChangeWeakRootStateLocked()
|
H A D | indirect_reference_table.cc | 490 void IndirectReferenceTable::SetSegmentState(IRTSegmentState new_state) { in SetSegmentState()
|
H A D | monitor_test.cc | 73 LockWord::LockState new_state = lock_after.GetState(); in Run() local
|
/aosp12/art/libartbase/base/unix_file/ |
H A D | fd_file.h | 152 void resetGuard(GuardState new_state) { in resetGuard()
|
/aosp12/system/bt/service/common/android/bluetooth/ |
H A D | IBluetoothCallback.aidl | 22 void OnBluetoothStateChange(int prev_state, int new_state); in OnBluetoothStateChange()
|
/aosp12/system/bt/test/suite/adapter/ |
H A D | bluetooth_test.cc | 119 void BluetoothTest::AdapterStateChangedCallback(bt_state_t new_state) { in AdapterStateChangedCallback()
|
/aosp12/art/runtime/jni/ |
H A D | jni_env_ext.h | 93 void SetLocalSegmentState(IRTSegmentState new_state) REQUIRES_SHARED(Locks::mutator_lock_) { in SetLocalSegmentState()
|
/aosp12/system/bt/service/test/ |
H A D | adapter_unittest.cc | 87 bluetooth::AdapterState new_state) override { in OnAdapterStateChanged()
|
/aosp12/frameworks/av/media/codecs/amrnb/dec/src/ |
H A D | dtx_dec.cpp | 846 enum DTXStateType new_state, /* i : new DTX state */ in dtx_dec()
|
/aosp12/bionic/libc/upstream-netbsd/common/lib/libc/stdlib/ |
H A D | random.c | 411 int *new_state; in setstate() local
|
/aosp12/system/bt/tools/bdtool/ |
H A D | adapter.c | 77 void adapter_state_changed(bt_state_t new_state) { in adapter_state_changed()
|
/aosp12/frameworks/av/media/codecs/amrwb/dec/src/ |
H A D | dtx_decoder_amr_wb.cpp | 199 int16 new_state, /* i : New DTX state */ in dtx_dec_amr_wb()
|
/aosp12/hardware/google/camera/common/hal/hidl_service/ |
H A D | hidl_camera_provider.cc | 395 hardware::hidl_bitfield<DeviceState> new_state) { in notifyDeviceStateChange()
|
/aosp12/system/bt/service/ |
H A D | adapter.cc | 151 AdapterState new_state) { in OnAdapterStateChanged() 740 AdapterState new_state) { in NotifyAdapterStateChanged()
|
/aosp12/system/bt/gd/rust/topshim/src/ |
H A D | btif.rs | 345 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 D | events.cc | 584 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 D | QuantizedLSTM.cpp | 174 FS new_state = gemmlowp::SaturatingAdd( in quantizedLstmStep() local
|
/aosp12/system/bt/service/ipc/binder/ |
H A D | bluetooth_binder_server.cc | 387 bluetooth::AdapterState new_state) { in OnAdapterStateChanged()
|
/aosp12/bionic/libc/bionic/ |
H A D | pthread_rwlock.cpp | 277 int new_state = old_state + STATE_READER_COUNT_CHANGE_STEP; in __pthread_rwlock_tryrdlock() local
|
H A D | pthread_mutex.cpp | 769 int new_state = MUTEX_STATE_BITS_FLIP_CONTENTION(old_state); in MutexLockWithTimeout() local
|
/aosp12/system/nfc/src/nfa/dm/ |
H A D | nfa_dm_discover.cc | 1682 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 D | stub_test.cc | 476 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 D | dt_fd_forward.cc | 88 bool FdForwardTransport::ChangeState(TransportState old_state, TransportState new_state) { in ChangeState()
|
/aosp12/art/runtime/base/ |
H A D | mutex.cc | 675 uint32_t new_state = cur_state & ~kHeldMask; // Same number of contenders. in ExclusiveUnlock() local
|