HomeSort by relevance Sort by last modified time
    Searched full:gpuservice (Results 1 - 4 of 4) sorted by null

  /frameworks/native/services/surfaceflinger/
main_surfaceflinger.cpp 26 #include "GpuService.h"
62 // publish GpuService
63 sp<GpuService> gpuservice = new GpuService(); local
64 sm->addService(String16(GpuService::SERVICE_NAME), gpuservice, false); local
GpuService.h 31 DECLARE_META_INTERFACE(GpuService);
43 class GpuService : public BnGpuService
48 GpuService() ANDROID_API;
GpuService.cpp 17 #include "GpuService.h"
33 IMPLEMENT_META_INTERFACE(GpuService, "android.ui.IGpuService");
63 const char* const GpuService::SERVICE_NAME = "gpu";
65 GpuService::GpuService() {}
67 status_t GpuService::shellCommand(int /*in*/, int out, int err,
70 ALOGV("GpuService::shellCommand");
Android.mk 15 GpuService.cpp \

Completed in 139 milliseconds