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

/frameworks/native/include/binder/
H A DBinderService.h25 #include <binder/IServiceManager.h>
28 #include <binder/IServiceManager.h>
38 int dumpFlags = IServiceManager::DUMP_FLAG_PRIORITY_DEFAULT) {
39 sp<IServiceManager> sm(defaultServiceManager());
46 int dumpFlags = IServiceManager::DUMP_FLAG_PRIORITY_DEFAULT) {
37 publish(bool allowIsolated = false, int dumpFlags = IServiceManager::DUMP_FLAG_PRIORITY_DEFAULT) argument
44 publishAndJoinThreadPool( bool allowIsolated = false, int dumpFlags = IServiceManager::DUMP_FLAG_PRIORITY_DEFAULT) argument
H A DIServiceManager.h29 class IServiceManager : public IInterface class in namespace:android
34 * Must match values in IServiceManager.java
81 sp<IServiceManager> defaultServiceManager();
86 const sp<IServiceManager> sm = defaultServiceManager();
/frameworks/native/libs/binder/include/binder/
H A DBinderService.h25 #include <binder/IServiceManager.h>
28 #include <binder/IServiceManager.h>
38 int dumpFlags = IServiceManager::DUMP_FLAG_PRIORITY_DEFAULT) {
39 sp<IServiceManager> sm(defaultServiceManager());
46 int dumpFlags = IServiceManager::DUMP_FLAG_PRIORITY_DEFAULT) {
37 publish(bool allowIsolated = false, int dumpFlags = IServiceManager::DUMP_FLAG_PRIORITY_DEFAULT) argument
44 publishAndJoinThreadPool( bool allowIsolated = false, int dumpFlags = IServiceManager::DUMP_FLAG_PRIORITY_DEFAULT) argument
H A DIServiceManager.h29 class IServiceManager : public IInterface class in namespace:android
34 * Must match values in IServiceManager.java
81 sp<IServiceManager> defaultServiceManager();
86 const sp<IServiceManager> sm = defaultServiceManager();
/frameworks/base/core/java/android/os/
H A DIServiceManager.java29 public interface IServiceManager extends IInterface interface in inherits:IInterface
63 static final String descriptor = "android.os.IServiceManager";
73 * Must update values in IServiceManager.h

Completed in 83 milliseconds