OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MountService
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/services/core/java/com/android/server/
MountServiceIdler.java
70
MountService
ms =
MountService
.sSelf;
MountService.java
114
*
MountService
implements back-end services for platform storage
117
* to access the
MountService
.
119
class
MountService
extends IMountService.Stub
123
static
MountService
sSelf = null;
135
private static final String TAG = "
MountService
";
593
+ " still waiting for
MountService
ready...");
596
Slog.w(TAG, "Interrupt while waiting for
MountService
to be ready.");
802
new Thread("
MountService
#onDaemonConnected") {
[
all
...]
/hardware/libhardware_legacy/include/hardware_legacy/
IMountService.h
40
DECLARE_META_INTERFACE(
MountService
);
/frameworks/base/include/storage/
IMountService.h
33
DECLARE_META_INTERFACE(
MountService
);
/frameworks/base/services/tests/servicestests/src/com/android/server/
MountServiceTests.java
30
import static com.android.server.
MountService
.buildObbPath;
/frameworks/base/services/java/com/android/server/
SystemServer.java
395
MountService
mountService
= null;
560
* NotificationManagerService is dependant on
MountService
,
561
* (for media / usb notifications) so we must start
MountService
first.
564
mountService
= new
MountService
(context);
565
ServiceManager.addService("mount",
mountService
);
716
*
MountService
has a few dependencies: Notification Manager and
717
* AppWidget Provider. Make sure
MountService
is completely started
720
if (
mountService
!= null && !mOnlyCore)
[
all
...]
/frameworks/base/libs/storage/
IMountService.cpp
549
IMPLEMENT_META_INTERFACE(
MountService
, "IMountService");
Completed in 1841 milliseconds