/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
D | ServiceStateStats.java | 147 TimestampedServiceState prevState = in onServiceStateChanged() local 198 private void addServiceState(TimestampedServiceState prevState, long now) { in addServiceState() 203 TimestampedServiceState prevState, in addServiceStateAndSwitch() 220 private CellularDataServiceSwitch getDataServiceSwitch( in getDataServiceSwitch()
|
/aosp_15_r20/external/swiftshader/src/Vulkan/ |
H A D | VkQueryPool.cpp | 33 auto prevState = state.exchange(UNAVAILABLE); in reset() local 40 auto prevState = state.exchange(ACTIVE); in start() local 49 auto prevState = state.exchange(FINISHED); in finish() local
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/ |
D | AdapterServiceTest.java | 380 private void verifyStateChange(int prevState, int currState) { in verifyStateChange() 388 private void verifyStateChange(int prevState, int currState, int timeoutMs) { in verifyStateChange() 397 private static void verifyStateChange(IBluetoothCallback cb, int prevState, int currState) { in verifyStateChange()
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | AdapterProperties.java | 614 BluetoothDevice device, int profile, int newState, int prevState) { in updateOnProfileConnectionChanged() 694 private static boolean isNormalStateTransition(int prevState, int nextState) { in isNormalStateTransition() 709 private boolean updateCountersAndCheckForConnectionStateChange(int state, int prevState) { in updateCountersAndCheckForConnectionStateChange()
|
D | PhonePolicy.java | 106 public void onBluetoothStateChange(int prevState, int newState) { in onBluetoothStateChange() 616 int profile, BluetoothDevice device, int prevState, int nextState) { in processProfileStateChanged()
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hearingaid/ |
D | HearingAidServiceTest.java | 147 private void verifyConnectionStateIntent(BluetoothDevice device, int newState, int prevState) { in verifyConnectionStateIntent() 152 BluetoothDevice device, int newState, int prevState, boolean stopAudio) { in verifyConnectionStateIntent()
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/ |
D | A2dpStateMachine.java | 729 private void broadcastConnectionState(int newState, int prevState) { in broadcastConnectionState() 750 private void broadcastAudioState(int newState, int prevState) { in broadcastAudioState()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/volume/ui/composable/ |
H A D | VolumeSlider.kt | 279 var prevState by remember { mutableStateOf(state) } in valueState() variable
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/ |
D | SapService.java | 534 int prevState = mState; in setState() local 723 public void onBluetoothStateChange(int prevState, int newState) { in onBluetoothStateChange()
|
/aosp_15_r20/packages/modules/Bluetooth/service/src/com/android/server/bluetooth/ |
D | BluetoothManagerService.java | 1585 int prevState = msg.arg1; in handleMessage() local 1941 private void broadcastIntentStateChange(String action, int prevState, int newState) { in broadcastIntentStateChange() 1967 private void bluetoothStateChangeHandler(int prevState, int newState) { in bluetoothStateChangeHandler()
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothCallback.aidl | 26 void onBluetoothStateChange(int prevState, int newState); in onBluetoothStateChange()
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/ |
D | HidHostService.java | 632 int prevState = getState(device, transport); in handleMessageConnectStateChanged() local 1326 int prevState = BluetoothProfile.STATE_DISCONNECTED; in updateConnectionState() local 1380 BluetoothDevice device, int transport, int prevState, int newState) { in broadcastConnectionState()
|
/aosp_15_r20/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothHealthCallback.java | 81 int prevState, in onHealthChannelStateChange()
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/ |
D | HeadsetServiceAndStateMachineTest.java | 1858 private void verifyConnectionStateIntent(BluetoothDevice device, int newState, int prevState) { in verifyConnectionStateIntent() 1872 private void verifyAudioStateIntent(BluetoothDevice device, int newState, int prevState) { in verifyAudioStateIntent()
|
/aosp_15_r20/frameworks/av/media/module/codecs/amrnb/dec/src/ |
H A D | ph_disp.h | 115 Word16 prevState; member
|
/aosp_15_r20/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/nodes/ |
D | SocketReaderNode.cpp | 146 kBaseNodeState prevState = mNodeState; in UpdateConfig() local
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/ |
D | LeAudioBroadcastServiceTest.java | 804 int timeoutMs, BluetoothDevice device, int newState, int prevState) { in verifyConnectionStateIntent() 813 intent.getIntExtra(BluetoothProfile.EXTRA_PREVIOUS_STATE, -1), prevState); in verifyConnectionStateIntent() local
|
/aosp_15_r20/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/video/nodes/ |
D | IVideoSourceNode.cpp | 222 kBaseNodeState prevState = mNodeState; in UpdateConfig() local
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowVideoView.java | 27 private int prevState; field in ShadowVideoView
|
/aosp_15_r20/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/events/ |
H A D | SchedEvent.kt | 54 val prevState: SchedulingState, val nextComm: String, val nextPid: Int, constant in trebuchet.importers.ftrace.events.SchedSwitchEvent
|
/aosp_15_r20/external/ot-br-posix/src/utils/ |
H A D | infra_link_selector.cpp | 314 LinkState prevState = linkInfo.mState; in HandleInfraLinkStateChange() local
|
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/device3/ |
H A D | StatusTracker.cpp | 207 ComponentState prevState = getDeviceStateLocked(); in threadLoop() local
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/ |
D | VolumeControlStateMachine.java | 506 private void broadcastConnectionState(int newState, int prevState) { in broadcastConnectionState()
|
/aosp_15_r20/frameworks/base/core/java/android/app/servertransaction/ |
H A D | TransactionExecutorHelper.java | 193 final int prevState = r.getLifecycleState(); in getLifecycleRequestForCurrentState() local
|
/aosp_15_r20/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/appcompatstate/ |
H A D | AppCompatStateStatsTests.java | 233 AppCompatStateChanged.State prevState = AppCompatStateChanged.State.UNKNOWN; in getAppCompatStatesForUid() local
|