Home
last modified time | relevance | path

Searched defs:iso (Results 1 – 22 of 22) sorted by relevance

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_iso_impl.h341 iso_base* iso = GetIsoIfKnown(conn_handle); in on_setup_iso_data_path() local
368 iso_base* iso = GetIsoIfKnown(conn_handle); in setup_iso_data_path() local
402 iso_base* iso = GetIsoIfKnown(conn_handle); in on_remove_iso_data_path() local
428 iso_base* iso = GetIsoIfKnown(iso_handle); in remove_iso_data_path() local
470 iso_base* iso = GetIsoIfKnown(conn_handle); in on_iso_link_quality_read() local
494 iso_base* iso = GetIsoIfKnown(iso_handle); in read_iso_link_quality() local
537 iso_base* iso = GetIsoIfKnown(iso_handle); in send_iso_data() local
858 iso_base* iso = GetCisIfKnown(evt.cis_conn_hdl); in handle_iso_data() local
921 struct iso_base* iso = GetCisIfKnown(iso_handle); in GetIsoIfKnown() local
/packages/modules/Bluetooth/system/gd/iso/
Diso_module.cc29 namespace iso { namespace
Diso_manager.cc23 namespace iso { namespace
Dfacade.cc30 namespace iso { namespace
/packages/modules/Bluetooth/tools/rootcanal/model/devices/
Dhci_device.cc79 [this](const std::shared_ptr<std::vector<uint8_t>> iso) { in HciDevice()
/packages/providers/MediaProvider/src/com/android/providers/media/util/
DXmpInterface.java170 public static @NonNull XmpInterface fromContainer(@NonNull IsoInterface iso) in fromContainer()
175 public static @NonNull XmpInterface fromContainer(@NonNull IsoInterface iso, in fromContainer()
/packages/modules/Bluetooth/system/gd/hal/
Dhci_hal_fake.cc79 auto iso = hci::IsoView::Create(GetPacketView(std::move(outgoing_iso_.take()))); in GetSentIso() local
/packages/modules/Bluetooth/tools/rootcanal/model/hci/
Dhci_sniffer.cc98 [this, iso_callback](const std::shared_ptr<std::vector<uint8_t>> iso) { in RegisterCallbacks()
/packages/modules/Bluetooth/system/gd/hci/
Dhci_layer_test.cc106 void SendIsoData(std::unique_ptr<IsoBuilder> iso) { in SendIsoData()
136 auto iso = IsoView::Create(incoming_iso_.take()); in GetReceivedIso() local
204 auto iso = std::move(outgoing_iso_.front()); in handle_enqueue_iso() local
Dhci_layer.cc476 auto iso = std::make_unique<IsoView>(IsoView::Create(packet)); in isoDataReceived() local
/packages/apps/DevCamera/src/com/android/devcamera/
DCameraInterface.java133 …ormalizedFace[] faces, float normExposure, float normLensPos, float fps, int iso, int afState, int… in frameDataAvailable()
DDevCameraActivity.java464 …Face[] faces, final float normExposure, final float normLens, float fps, int iso, final int afStat… in frameDataAvailable()
/packages/modules/Bluetooth/system/gd/rust/stack/src/hal/
Dfacade.rs48 iso: IsoHal, field
Dsnoop.rs25 iso: IsoHal, field
/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/
DMediaView.java180 int iso = tags.getInt(ExifInterface.TAG_ISO_SPEED_RATINGS); in showExifData() local
/packages/modules/Bluetooth/system/gd/iso/internal/
Diso_manager_impl.cc28 namespace iso { namespace
/packages/modules/Bluetooth/system/gd/btaa/linux_generic/
Dhci_processor.cc234 hci::IsoView iso = hci::IsoView::Create(packet_view); in process_iso() local
/packages/modules/Bluetooth/tools/rootcanal/lib/hci/
Dpcap_filter.cc160 auto iso = IsoView::Create(create_packet_view(packet)); in FilterHciIso() local
/packages/providers/MediaProvider/src/com/android/providers/media/scan/
DModernMediaScanner.java1276 final IsoInterface iso = IsoInterface.fromFileDescriptor(is.getFD()); in scanItemAudio() local
1357 final IsoInterface iso = IsoInterface.fromFileDescriptor(is.getFD()); in scanItemVideo() local
/packages/services/Telephony/src/com/android/services/telephony/domainselection/
DEmergencyCallDomainSelector.java1334 String iso = regResult.getIso(); in allowEmergencyCalls() local
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.cc2753 auto iso = IsoDataPacketView::Create(incoming); in IncomingIsoPacket() local
2810 void LinkLayerController::HandleIso(bluetooth::hci::IsoView iso) { in HandleIso()
Ddual_mode_controller.cc146 auto iso = bluetooth::hci::IsoView::Create(raw_packet); in HandleIso() local