HomeSort by relevance Sort by last modified time
    Searched refs:OnDeviceAdded (Results 1 - 4 of 4) sorted by null

  /system/connectivity/shill/dbus/
chromeos_modem_manager_proxy.cc 96 manager_->OnDeviceAdded(device.value());
  /system/connectivity/shill/cellular/
modem_manager.cc 167 void ModemManagerClassic::OnDeviceAdded(const string& path) {
modem_manager.h 125 void OnDeviceAdded(const std::string& path);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmdeviceapi.h 140 virtual HRESULT STDMETHODCALLTYPE OnDeviceAdded(
181 HRESULT (STDMETHODCALLTYPE *OnDeviceAdded)(
214 #define IMMNotificationClient_OnDeviceAdded(This,pwstrDeviceId) (This)->lpVtbl->OnDeviceAdded(This,pwstrDeviceId)
234 return This->lpVtbl->OnDeviceAdded(This,pwstrDeviceId);
    [all...]

Completed in 115 milliseconds