/packages/modules/Bluetooth/system/blueberry/utils/ |
D | bt_audio_utils.py | 213 q: float = 1.0, 214 frequency: Optional[float] = None) -> float: 247 def convert_thdn_percent_to_decibels(thdn_percent: float) -> float: 260 duration_sec: float, 261 start_time_sec: float = 0.0) -> str:
|
D | android_bluetooth_decorator.py | 291 def wait_for_discovery_success(self, mac_address: str, timeout: float = 30) -> float: 319 def wait_for_pairing_success(self, mac_address: str, timeout: float = 30) -> float: 463 def disconnect_bluetooth(self, mac_address: str, timeout: float = 30) -> float: 493 def connect_bluetooth(self, mac_address: str, timeout: float = 30) -> float: 553 def scan_and_get_ble_device_address(self, device_name: str, timeout_sec: float = 30) -> str: 835 timeout_sec: float, 905 … def make_phone_call(self, callee: android_device.AndroidDevice, timeout_sec: float = 30) -> None: 920 def wait_for_disconnection_success(self, mac_address: str, timeout: float = 30) -> float: 1098 …_event(self, event_name: bt_constants.AvrcpEvent, check_time: str, timeout_sec: float = 20) -> boo… 1229 timeout_sec: float = 30) -> bool: [all …]
|
D | blueberry_base_test.py | 226 metric_value: Union[int, float]) -> None: argument
|
/packages/modules/Bluetooth/android/pandora/test/a2dp/ |
D | signaling_channel.py | 110 …async def expect_signal(self, expected_sig: Union[SignalingPacket, type], timeout: float = 3) -> S… 133 async def expect_media(self, timeout: float = 3.0) -> bytes: 229 async def accept_open(self, timeout: float = 3.0): 233 async def accept_start(self, timeout: float = 3.0): 237 async def accept_suspend(self, timeout: float = 3.0): 242 async def accept_close(self, timeout: float = 3.0): 249 timeout: float = 10.0): 274 async def initiate_delay_report(self, delay_ms: int = 100, timeout: float = 3.0):
|
/packages/modules/Uwb/ranging/tests/multidevices/lib/ |
D | ranging_decorator.py | 103 timeout_s: float = CALLBACK_WAIT_TIME_SEC, 126 timeout_s: float = CALLBACK_WAIT_TIME_SEC, 163 timeout_s: float = CALLBACK_WAIT_TIME_SEC,
|
/packages/modules/AdServices/shared/testing-libraries/device-side/java/com/android/adservices/shared/datastore_testing/ |
D | example_datastore_proto.proto | 30 optional float float_field = 4; field
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_avrcp_audio_track_linux.cc | 32 void BtifAvrcpSetAudioTrackGain(void* /* handle */, float /* gain */) {} in BtifAvrcpSetAudioTrackGain() argument
|
/packages/modules/Bluetooth/system/blueberry/utils/ui_pages/ |
D | ui_core.py | 735 x_start: float = 0.2, 736 x_end: float = 0.9, 762 x_start: float = 0.9, 763 x_end: float = 0.2,
|
/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | Elementwise.cpp | 73 bool execute(IOperationExecutionContext* context, float func(float)) { in execute() argument
|
D | Softmax.cpp | 113 bool softmaxQuant8Impl(const T* inputData, const Shape& inputShape, const float /*beta*/, in softmaxQuant8Impl()
|
D | GenerateProposals.cpp | 570 bool boxWithNmsLimitFloat32(const float* scoresData, const Shape& scoresShape, const float* roiData, in boxWithNmsLimitFloat32() argument
|
/packages/modules/Bluetooth/system/audio_bluetooth_hw/ |
D | audio_bluetooth_hw.cc | 71 static int adev_get_master_volume(struct audio_hw_device* /*dev*/, float* /*volume*/) { in adev_get_master_volume() argument
|
D | stream_apis.cc | 1057 static int in_set_gain(struct audio_stream_in* stream, float /*gain*/) { in in_set_gain() argument 1190 static int in_set_microphone_field_dimension(const struct audio_stream_in* stream, float /*zoom*/) { in in_set_microphone_field_dimension() argument
|
/packages/modules/Bluetooth/android/pandora/test/ |
D | asha_test.py | 153 …f is_device_connected(self, device: PandoraDevice, connection: Connection, timeout: float) -> bool: 559 reconnection_gap: float,
|
/packages/modules/Bluetooth/system/blueberry/controllers/ |
D | android_bt_target_device.py | 492 timeout: float = 300,
|
/packages/modules/Bluetooth/system/gd/os/host/ |
D | metrics.cc | 101 int /* buffer_overruns_total */, float /* buffer_underruns_average */, in LogMetricA2dpSessionMetricsEvent() argument
|