HomeSort by relevance Sort by last modified time
    Searched full:scoped_refptr (Results 251 - 275 of 542) sorted by null

<<11121314151617181920>>

  /external/webrtc/talk/app/webrtc/
videotrack.cc 66 rtc::scoped_refptr<VideoTrack> VideoTrack::Create(
  /external/webrtc/webrtc/base/
bind.h 19 // objects (aka functors). The method object is captured as a scoped_refptr<> if
56 // rtc::scoped_refptr<Bar> bar = new rtc::RefCountedObject<Bar>();
59 // // The functor stores an internal scoped_refptr<Bar>, so this is safe.
83 // rtc::scoped_refptr<T>, i.e. types that implements nullary functions AddRef()
123 // PointerType<T>::type will be scoped_refptr<T> for ref counted types, and T*
128 scoped_refptr<T>,
182 Bind(FP_T(method), const scoped_refptr<ObjectT>& object) {
259 Bind(FP_T(method), const scoped_refptr<ObjectT>& object,
351 Bind(FP_T(method), const scoped_refptr<ObjectT>& object,
458 Bind(FP_T(method), const scoped_refptr<ObjectT>& object
    [all...]
  /external/webrtc/webrtc/examples/peerconnection/client/
main.cc 51 rtc::scoped_refptr<Conductor> conductor(
  /system/bt/service/ipc/
ipc_handler_linux.h 81 scoped_refptr<base::SingleThreadTaskRunner> origin_task_runner_;
  /system/connectivity/apmanager/dbus/
dbus_control.h 62 scoped_refptr<dbus::Bus> bus_;
service_dbus_adaptor.cc 34 const scoped_refptr<dbus::Bus>& bus,
  /system/connectivity/shill/binder/
binder_control.h 101 scoped_refptr<dbus::Bus> proxy_bus_;
  /system/connectivity/shill/dbus/
chromeos_dbus_objectmanager_proxy.h 35 const scoped_refptr<dbus::Bus>& bus,
chromeos_ipconfig_dbus_adaptor.h 47 ChromeosIPConfigDBusAdaptor(const scoped_refptr<dbus::Bus>& bus,
chromeos_mm1_modem_modemcdma_proxy.h 33 ChromeosModemModemCdmaProxy(const scoped_refptr<dbus::Bus>& bus,
chromeos_mm1_modem_simple_proxy.h 33 ChromeosModemSimpleProxy(const scoped_refptr<dbus::Bus>& bus,
chromeos_mm1_sim_proxy.h 33 ChromeosSimProxy(const scoped_refptr<dbus::Bus>& bus,
chromeos_modem_manager_proxy.h 39 const scoped_refptr<dbus::Bus>& bus,
chromeos_modem_proxy.h 35 ChromeosModemProxy(const scoped_refptr<dbus::Bus>& bus,
chromeos_modem_simple_proxy.cc 37 const scoped_refptr<dbus::Bus>& bus,
chromeos_permission_broker_proxy.cc 30 const scoped_refptr<dbus::Bus>& bus)
chromeos_power_manager_proxy.h 44 const scoped_refptr<dbus::Bus>& bus,
chromeos_profile_dbus_adaptor.h 48 const scoped_refptr<dbus::Bus>& bus,
chromeos_supplicant_bss_proxy.cc 37 const scoped_refptr<dbus::Bus>& bus,
chromeos_supplicant_network_proxy.h 36 ChromeosSupplicantNetworkProxy(const scoped_refptr<dbus::Bus>& bus,
chromeos_wimax_manager_proxy.h 36 const scoped_refptr<dbus::Bus>& bus,
chromeos_wimax_network_proxy.h 32 ChromeosWiMaxNetworkProxy(const scoped_refptr<dbus::Bus>& bus,
  /system/connectivity/shill/
default_profile_unittest.cc 88 scoped_refptr<DefaultProfile> profile_;
89 scoped_refptr<MockDevice> device_;
368 scoped_refptr<MockService> unknown_service(new MockService(
377 scoped_refptr<MockService> ethernet_service(new MockService(
ppp_device_unittest.cc 46 scoped_refptr<PPPDevice> device = new PPPDevice(&control, nullptr, &metrics,
  /system/connectivity/shill/ethernet/
ethernet_eap_service_unittest.cc 61 scoped_refptr<EthernetEapService> service_;

Completed in 290 milliseconds

<<11121314151617181920>>