HomeSort by relevance Sort by last modified time
    Searched refs:Unload (Results 1 - 25 of 61) sorted by null

1 2 3

  /system/connectivity/shill/ethernet/
ethernet_eap_service.cc 65 bool EthernetEapService::Unload() {
66 Service::Unload();
ethernet_eap_service.h 46 bool Unload() override;
ethernet_eap_service_unittest.cc 87 TEST_F(EthernetEapServiceTest, Unload) {
90 EXPECT_FALSE(service_->Unload());
  /external/webrtc/webrtc/base/
latebindingsymboltable.h 51 void Unload();
latebindingsymboltable.cc 71 Unload();
128 Unload();
135 void LateBindingSymbolTable::Unload() {
latebindingsymboltable_unittest.cc 48 table.Unload();
  /external/webrtc/webrtc/modules/audio_device/linux/
latebindingsymboltable_linux.h 58 Unload();
94 Unload();
100 void Unload() {
  /external/pdfium/core/src/fxge/win32/
dwrite_int.h 35 void Unload();
  /hardware/intel/common/wrs_omxil_core/base/inc/
cmodule.h 54 OMX_U32 Unload(void);
  /development/ndk/platforms/android-17/samples/Teapot/jni/
TeapotRenderer.h 100 void Unload();
TeapotRenderer.cpp 44 Unload();
107 void TeapotRenderer::Unload()
  /external/mesa3d/src/egl/main/
egldriver.h 81 void (*Unload)(_EGLDriver *drv);
  /hardware/intel/common/wrs_omxil_core/base/src/
cmodule.cpp 55 while ((ref_count = Unload()));
101 OMX_U32 CModule::Unload(void)
  /development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsRenderer.h 121 void Unload();
  /hardware/intel/common/wrs_omxil_core/core/src/
wrs_omxcore.cpp 93 cmodule->Unload();
100 cmodule->Unload();
245 cmodule->Unload();
300 cmodule->Unload();
  /system/connectivity/shill/pppoe/
pppoe_service.h 61 bool Unload() override;
pppoe_service.cc 182 bool PPPoEService::Unload() {
185 return Service::Unload();
  /system/connectivity/shill/vpn/
vpn_service.h 48 bool Unload() override;
vpn_provider.h 84 FRIEND_TEST(VPNServiceTest, Unload);
vpn_service.cc 137 bool VPNService::Unload() {
139 Service::Unload();
  /system/connectivity/shill/wimax/
wimax_service.h 92 bool Unload() override;
wimax_service.cc 273 bool WiMaxService::Unload() {
276 Service::Unload();
wimax_service_unittest.cc 288 TEST_F(WiMaxServiceTest, Unload) {
298 EXPECT_FALSE(service_->Unload());
306 EXPECT_TRUE(service_->Unload());
  /external/webrtc/talk/media/devices/
linuxdeviceinfo.cc 46 libudev_.Unload();
  /system/connectivity/shill/
mock_service.h 68 MOCK_METHOD0(Unload, bool());

Completed in 487 milliseconds

1 2 3