Home
last modified time | relevance | path

Searched refs:memtrackProxyService (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/jni/
Dcom_android_server_SystemServer.cpp125 const char* memtrackProxyService = "memtrack.proxy"; in android_server_SystemServer_startMemtrackProxyService() local
132 const binder_exception_t err = AServiceManager_addService(binder.get(), memtrackProxyService); in android_server_SystemServer_startMemtrackProxyService()
133 LOG_ALWAYS_FATAL_IF(err != EX_NONE, "Cannot register %s: %d", memtrackProxyService, err); in android_server_SystemServer_startMemtrackProxyService()