Searched defs:halContext (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DHostImpl.cpp2431 LibHalContext *halContext = gLibHalCtxNew(); local
2432 if (halContext != 0)
2434 if (gLibHalCtxSetDBusConnection(halContext, dbusConnection))
2436 if (gLibHalCtxInit(halContext, &dbusError))
2439 char **halDevices = gLibHalFindDeviceStringMatch(halContext,
2449 char *devNode = gLibHalDeviceGetPropertyString(halContext,
2466 vendor = gLibHalDeviceGetPropertyString(halContext,
2468 product = gLibHalDeviceGetPropertyString(halContext,
2534 if (!gLibHalCtxShutdown(halContext, &dbusError)) /* what now? */
2547 gLibHalCtxFree(halContext);
2587 LibHalContext *halContext = gLibHalCtxNew(); local
[all...]

Completed in 41 milliseconds