Home
last modified time | relevance | path

Searched defs:controller_ (Results 1 – 25 of 114) sorted by relevance

12345

/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dffi.cc72 __attribute__((visibility("default"))) void ffi_controller_delete(void* controller_) { in ffi_controller_delete()
77 __attribute__((visibility("default"))) void ffi_controller_receive_hci(void* controller_, int idc, in ffi_controller_receive_hci()
103 __attribute__((visibility("default"))) void ffi_controller_receive_ll(void* controller_, in ffi_controller_receive_ll()
119 __attribute__((visibility("default"))) void ffi_controller_tick(void* controller_) { in ffi_controller_tick()
/aosp_15_r20/external/cronet/base/message_loop/
H A Dmessage_pump_libevent_unittest.cc190 std::unique_ptr<MessagePumpLibevent::FdWatchController> controller_; member in base::__anon72ae66c90111::DeleteWatcher
215 raw_ptr<MessagePumpLibevent::FdWatchController> controller_ = nullptr; member in base::__anon72ae66c90111::StopWatcher
357 MessagePumpLibevent::FdWatchController controller_{FROM_HERE}; member in base::__anon72ae66c90111::InnerNestedWatcher
404 std::unique_ptr<MessagePumpLibevent::FdWatchController> controller_; member in base::__anon72ae66c90111::OuterNestedWatcher
/aosp_15_r20/external/webrtc/modules/congestion_controller/goog_cc/test/
H A Dgoog_cc_printer.h50 GoogCcNetworkController* controller_ = nullptr; variable
70 GoogCcNetworkController* controller_ = nullptr; variable
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/libcommon/
Dconnection_controller.cpp54 ConnectionController& controller_; member in cuttlefish::webrtc_streaming::CreateSessionDescriptionObserverIntermediate
69 ConnectionController& controller_; member in cuttlefish::webrtc_streaming::SetSessionDescriptionObserverIntermediate
83 ConnectionController& controller_; member in cuttlefish::webrtc_streaming::SetRemoteDescriptionObserverIntermediate
/aosp_15_r20/external/openscreen/osp/public/presentation/
H A Dpresentation_controller.h73 Controller* controller_ = nullptr; variable
96 Controller* controller_; variable
/aosp_15_r20/external/libchrome/ipc/
H A Dipc_mojo_bootstrap.cc390 ChannelAssociatedGroupController* controller_ = nullptr; member in IPC::__anon8d57b7970111::ChannelAssociatedGroupController::MessageWrapper
594 ChannelAssociatedGroupController* const controller_; member in IPC::__anon8d57b7970111::ChannelAssociatedGroupController::Endpoint
622 ChannelAssociatedGroupController* controller_; member in IPC::__anon8d57b7970111::ChannelAssociatedGroupController::ControlMessageProxyThunk
1013 scoped_refptr<ChannelAssociatedGroupController> controller_; member in IPC::__anon8d57b7970111::MojoBootstrapImpl
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/qbone/bonnet/
H A Dtun_device_controller_test.cc64 TunDeviceController controller_; member in quic::test::__anon37bb5a990111::TunDeviceControllerTest
249 TunDeviceController controller_; member in quic::test::__anon37bb5a990111::DisabledTunDeviceControllerTest
/aosp_15_r20/external/cronet/ipc/
H A Dipc_mojo_bootstrap.cc545 raw_ptr<ChannelAssociatedGroupController> controller_ = nullptr; member in IPC::ChannelAssociatedGroupController::MessageWrapper
829 const raw_ptr<ChannelAssociatedGroupController> controller_; member in IPC::ChannelAssociatedGroupController::Endpoint
861 raw_ptr<ChannelAssociatedGroupController> controller_; member in IPC::ChannelAssociatedGroupController::ControlMessageProxyThunk
1397 scoped_refptr<ChannelAssociatedGroupController> controller_; member in IPC::__anon2063248d0311::MojoBootstrapImpl
/aosp_15_r20/external/cronet/base/task/common/
H A Doperations_controller_unittest.cc27 const raw_ref<OperationsController> controller_; member in base::internal::__anon0632aa9f0111::ScopedShutdown
136 const raw_ref<OperationsController> controller_; member in base::internal::__anon0632aa9f0111::TestThread
/aosp_15_r20/external/pigweed/pw_digital_io_mcuxpresso/public/pw_digital_io_mcuxpresso/
H A Dinterrupt_line.h43 pw::sync::Borrowable<McuxpressoInterruptController>& controller_; variable
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/ops/gen/cpp/
H A Dcpp_generator.h38 Controller controller_; variable
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/
H A Dassociated_group.h46 scoped_refptr<AssociatedGroupController> controller_; in COMPONENT_EXPORT() local
/aosp_15_r20/system/core/libprocessgroup/
H A Dcgroup_map.h52 const CgroupController* controller_ = nullptr; // CgroupMap owns the object behind this pointer variable
/aosp_15_r20/external/openscreen/cast/standalone_receiver/
H A Dmirroring_application.h62 std::unique_ptr<StreamingPlaybackController> controller_; variable
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/test/controller/le/
Dle_periodic_advertising_create_sync_cancel_test.cc33 LinkLayerController controller_{address_, properties_}; member in rootcanal::LePeriodicAdvertisingCreateSyncCancelTest
Dle_clear_periodic_advertiser_list_test.cc38 LinkLayerController controller_{address_, properties_}; member in rootcanal::LeClearPeriodicAdvertiserListTest
Dle_create_connection_cancel_test.cc34 LinkLayerController controller_{address_, properties_}; member in rootcanal::LeCreateConnectionCancelTest
Dle_remove_device_from_periodic_advertiser_list_test.cc38 LinkLayerController controller_{address_, properties_}; member in rootcanal::LeRemoveDeviceFromPeriodicAdvertiserListTest
Dle_set_random_address_test.cc34 LinkLayerController controller_{address_, properties_}; member in rootcanal::LeSetRandomAddressTest
Dle_set_address_resolution_enable_test.cc34 LinkLayerController controller_{address_, properties_}; member in rootcanal::LeSetAddressResolutionEnableTest
Dle_set_advertising_parameters_test.cc33 LinkLayerController controller_{address_, properties_}; member in rootcanal::LeSetAdvertisingParametersTest
Dle_periodic_advertising_create_sync_test.cc33 LinkLayerController controller_{address_, properties_}; member in rootcanal::LePeriodicAdvertisingCreateSyncTest
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/hal/
Dbluetooth_hci.h95 std::shared_ptr<rootcanal::DualModeController> controller_; variable
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/transport/
H A Dtransport.h115 std::unique_ptr<pw::bluetooth::Controller> controller_; variable
/aosp_15_r20/external/webrtc/rtc_tools/rtc_event_log_visualizer/
H A Dlog_simulation.h53 std::unique_ptr<NetworkControllerInterface> controller_; variable

12345