OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PPP
(Results
1 - 3
of
3
) sorted by null
/system/connectivity/shill/shims/
ppp.h
37
class
PPP
{
39
~
PPP
();
41
// This is a singleton -- use
PPP
::GetInstance()->Foo().
42
static
PPP
* GetInstance();
53
PPP
();
56
friend struct base::DefaultLazyInstanceTraits<
PPP
>;
67
DISALLOW_COPY_AND_ASSIGN(
PPP
);
ppp.cc
37
#include "shill/shims/
ppp
.h"
61
static base::LazyInstance<
PPP
> g_ppp = LAZY_INSTANCE_INITIALIZER;
63
PPP
::
PPP
() : running_(false) {}
65
PPP
::~
PPP
() {}
68
PPP
*
PPP
::GetInstance() {
72
void
PPP
::Init() {
79
LOG(INFO) << "
PPP
started."
[
all
...]
/device/google/marlin/common/
base.mk
543
#
PPP
544
PPP
:= ip-up-vpn
732
PRODUCT_PACKAGES += $(
PPP
)
Completed in 92 milliseconds