Home
last modified time | relevance | path

Searched refs:SEEKING_SPEED (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DServiceFeature.java33 public static final long SEEKING_SPEED = 0x00000100; field in ServiceFeature
54 public static final long SEEKING_SPEED_NOTIFY = SEEKING_SPEED << 32;
83 if (serviceFeature == SEEKING_SPEED) return "SEEKING_SPEED(BIT 9)"; in toString()
DPlayerStateField.java24 SEEKING_SPEED, enumConstant
DMediaControlGattService.java1710 if (stateFields.containsKey(PlayerStateField.SEEKING_SPEED)) { in updatePlayerState()
1716 (float) stateFields.get(PlayerStateField.SEEKING_SPEED), in updatePlayerState()
1875 if (isFeatureSupported(ServiceFeature.SEEKING_SPEED)) { in getSeekingSpeedChar()
1876 BluetoothGattCharacteristic characteristic = mCharacteristics.get(CharId.SEEKING_SPEED); in getSeekingSpeedChar()
1890 if (isFeatureSupported(ServiceFeature.SEEKING_SPEED)) { in updateSeekingSpeedChar()
1893 mCharacteristics.get(CharId.SEEKING_SPEED); in updateSeekingSpeedChar()
2238 public static final int SEEKING_SPEED = field in MediaControlGattService.CharId
2239 Long.numberOfTrailingZeros(ServiceFeature.SEEKING_SPEED);
2358 CharId.SEEKING_SPEED, in getUuidCharacteristicList()
2359 ServiceFeature.SEEKING_SPEED, in getUuidCharacteristicList()
DMediaControlProfile.java199 PlayerStateField.SEEKING_SPEED, mCurrentData.state.getPlaybackSpeed()); in onCurrentPlayerStateUpdated()
635 case SEEKING_SPEED: in processPendingPlayerStateRequest()
860 | ServiceFeature.SEEKING_SPEED
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mcp/
DMediaControlProfileTest.java264 Assert.assertTrue(stateMap.containsKey(PlayerStateField.SEEKING_SPEED)); in testOnCurrentPlayerStateUpdate()
457 PlayerStateField.SEEKING_SPEED, in testProcessPendingPlayerStateRequest()
475 Assert.assertTrue(stateMap.containsKey(PlayerStateField.SEEKING_SPEED)); in testProcessPendingPlayerStateRequest()
DMediaControlGattServiceTest.java159 | ServiceFeature.SEEKING_SPEED in initAllFeaturesGattService()
484 state_map.put(PlayerStateField.SEEKING_SPEED, seeking_speed); in testUpdatePlayerState()