Home
last modified time | relevance | path

Searched refs:removeEqualMessages (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/vcn/
H A DVcnGatewayConnection.java938 private void removeEqualMessages(int what) { in removeEqualMessages() method in VcnGatewayConnection
939 removeEqualMessages(what, null /* obj */); in removeEqualMessages()
950 private void removeEqualMessages(int what, @Nullable Object obj) { in removeEqualMessages() method in VcnGatewayConnection
953 handler.removeEqualMessages(what, obj); in removeEqualMessages()
1012 removeEqualMessages(EVENT_TEARDOWN_TIMEOUT_EXPIRED); in cancelTeardownTimeoutAlarm()
1052 removeEqualMessages( in cancelDisconnectRequestAlarm()
1081 removeEqualMessages(EVENT_RETRY_TIMEOUT_EXPIRED); in cancelRetryTimeoutAlarm()
1111 removeEqualMessages(EVENT_SAFE_MODE_TIMEOUT_EXCEEDED); in cancelSafeModeAlarm()
/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioDeviceBroker.java587 mBrokerHandler.removeEqualMessages(MSG_L_A2DP_DEVICE_CONFIG_CHANGE, device); in removeScheduledA2dpEvents()
594 mBrokerHandler.removeEqualMessages(MSG_L_A2DP_DEVICE_CONNECTION_CHANGE_EXT_DISCONNECTION, in removeScheduledA2dpEvents()
596 mBrokerHandler.removeEqualMessages(MSG_L_A2DP_DEVICE_CONNECTION_CHANGE_EXT_CONNECTION, in removeScheduledA2dpEvents()
601 mBrokerHandler.removeEqualMessages(MSG_IL_SET_A2DP_SINK_CONNECTION_STATE_CONNECTED, in removeScheduledA2dpEvents()
603 mBrokerHandler.removeEqualMessages(MSG_IL_SET_A2DP_SINK_CONNECTION_STATE_DISCONNECTED, in removeScheduledA2dpEvents()
605 mBrokerHandler.removeEqualMessages(MSG_L_A2DP_ACTIVE_DEVICE_CHANGE, in removeScheduledA2dpEvents()
H A DMediaFocusControl.java136 mFocusHandler.removeEqualMessages(MSL_L_FORGET_UID, in restoreVShapedPlayers()
H A DAudioService.java4771 mAudioHandler.removeEqualMessages( in setMode()
/aosp12/frameworks/base/core/java/android/os/
H A DHandler.java805 public final void removeEqualMessages(int what, @Nullable Object object) { in removeEqualMessages() method in Handler
806 mQueue.removeEqualMessages(this, what, object); in removeEqualMessages()
H A DMessageQueue.java707 void removeEqualMessages(Handler h, int what, Object object) { in removeEqualMessages() method in MessageQueue
775 void removeEqualMessages(Handler h, Runnable r, Object object) { in removeEqualMessages() method in MessageQueue
/aosp12/frameworks/base/services/
H A Dart-profile42458 HPLcom/android/server/vcn/VcnGatewayConnection;->removeEqualMessages(I)V
42459 HPLcom/android/server/vcn/VcnGatewayConnection;->removeEqualMessages(ILjava/lang/Object;)V