Home
last modified time | relevance | path

Searched defs:float (Results 1 – 16 of 16) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_audio_utils.py213 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:
Dandroid_bluetooth_decorator.py291 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 …]
Dblueberry_base_test.py226 metric_value: Union[int, float]) -> None: argument
/packages/modules/Bluetooth/android/pandora/test/a2dp/
Dsignaling_channel.py110 …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/
Dranging_decorator.py103 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/
Dexample_datastore_proto.proto30 optional float float_field = 4; field
/packages/modules/Bluetooth/system/btif/src/
Dbtif_avrcp_audio_track_linux.cc32 void BtifAvrcpSetAudioTrackGain(void* /* handle */, float /* gain */) {} in BtifAvrcpSetAudioTrackGain() argument
/packages/modules/Bluetooth/system/blueberry/utils/ui_pages/
Dui_core.py735 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/
DElementwise.cpp73 bool execute(IOperationExecutionContext* context, float func(float)) { in execute() argument
DSoftmax.cpp113 bool softmaxQuant8Impl(const T* inputData, const Shape& inputShape, const float /*beta*/, in softmaxQuant8Impl()
DGenerateProposals.cpp570 bool boxWithNmsLimitFloat32(const float* scoresData, const Shape& scoresShape, const float* roiData, in boxWithNmsLimitFloat32() argument
/packages/modules/Bluetooth/system/audio_bluetooth_hw/
Daudio_bluetooth_hw.cc71 static int adev_get_master_volume(struct audio_hw_device* /*dev*/, float* /*volume*/) { in adev_get_master_volume() argument
Dstream_apis.cc1057 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/
Dasha_test.py153 …f is_device_connected(self, device: PandoraDevice, connection: Connection, timeout: float) -> bool:
559 reconnection_gap: float,
/packages/modules/Bluetooth/system/blueberry/controllers/
Dandroid_bt_target_device.py492 timeout: float = 300,
/packages/modules/Bluetooth/system/gd/os/host/
Dmetrics.cc101 int /* buffer_overruns_total */, float /* buffer_underruns_average */, in LogMetricA2dpSessionMetricsEvent() argument