Searched refs:disable (Results 1 - 13 of 13) sorted by relevance

/system/vold/
H A DXwarp.h30 static int disable();
H A DXwarp.cpp40 int Xwarp::disable() { function in class:Xwarp
H A DCommandListener.cpp471 } else if (!strcmp(argv[1], "disable")) {
472 if (Xwarp::disable()) {
473 cli->sendMsg(ResponseCode::OperationFailed, "Failed to disable xwarp", true);
/system/core/nexus/
H A DOpenVpnController.h39 int disable();
H A DOpenVpnController.cpp67 int OpenVpnController::disable() { function in class:OpenVpnController
H A DVpnController.cpp82 rc = mVc->disable();
H A DVpnController.h94 virtual int disable() = 0;
H A DWifiController.h263 int disable();
H A DWifiController.cpp254 int WifiController::disable() { function in class:WifiController
276 LOGW("disable(): Supplicant not running?");
679 int rc = (value ? mWc->enable() : mWc->disable());
/system/core/libpixelflinger/
H A Draster.cpp158 c->procs.disable(c, GGL_W_LERP);
H A Dpixelflinger.cpp757 GGL_INIT_PROC(procs, disable);
/system/media/wilhelm/src/
H A DAndroid.mk45 # or -UUSE_TRACE to disable API logging
/system/core/include/pixelflinger/
H A Dpixelflinger.h64 // enable/disable
224 // enable/disable features
226 void (*disable)(void* c, GGLenum name); member in struct:__anon311

Completed in 123 milliseconds