Searched refs:GpuService (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/services/gpuservice/ |
D | GpuService.cpp | 49 const char* const GpuService::SERVICE_NAME = "gpu"; 51 GpuService::GpuService() in GpuService() function in android::GpuService 62 void GpuService::setGpuStats(const std::string& driverPackageName, in setGpuStats() 72 void GpuService::setTargetStats(const std::string& appPackageName, const uint64_t driverVersionCode, in setTargetStats() 77 void GpuService::setUpdatableDriverPath(const std::string& driverPath) { in setUpdatableDriverPath() 92 std::string GpuService::getUpdatableDriverPath() { in getUpdatableDriverPath() 97 status_t GpuService::shellCommand(int /*in*/, int out, int err, std::vector<String16>& args) { in shellCommand() 113 status_t GpuService::doDump(int fd, const Vector<String16>& args, bool /*asProto*/) { in doDump()
|
D | main_gpuservice.cpp | 29 sp<GpuService> gpuservice = new GpuService(); in main() 31 sm->addService(String16(GpuService::SERVICE_NAME), gpuservice, false); in main()
|
D | Android.bp | 26 "-DLOG_TAG=\"GpuService\"", 66 "GpuService.cpp",
|
D | GpuService.h | 35 class GpuService : public BnGpuService, public PriorityDumper { 39 GpuService() ANDROID_API;
|
/frameworks/native/libs/graphicsenv/include/graphicsenv/ |
D | IGpuService.h | 33 DECLARE_META_INTERFACE(GpuService)
|
/frameworks/base/services/core/java/com/android/server/gpu/ |
D | GpuService.java | 62 public class GpuService extends SystemService { class 86 public GpuService(Context context) { in GpuService() method in GpuService
|
/frameworks/native/libs/graphicsenv/ |
D | IGpuService.cpp | 86 IMPLEMENT_META_INTERFACE(GpuService, "android.graphicsenv.IGpuService");
|
/frameworks/base/services/java/com/android/server/ |
D | SystemServer.java | 127 import com.android.server.gpu.GpuService; 1316 mSystemServiceManager.startService(GpuService.class); in startCoreServices()
|
/frameworks/base/services/ |
D | art-profile | 19225 PLcom/android/server/gpu/GpuService$DeviceConfigListener;-><init>(Lcom/android/server/gpu/GpuServic… 19226 PLcom/android/server/gpu/GpuService$DeviceConfigListener;->onPropertiesChanged(Landroid/provider/De… 19227 HSPLcom/android/server/gpu/GpuService$PackageReceiver;-><init>(Lcom/android/server/gpu/GpuService;)V 19228 …Lcom/android/server/gpu/GpuService$PackageReceiver;-><init>(Lcom/android/server/gpu/GpuService;Lco… 19229 HPLcom/android/server/gpu/GpuService$PackageReceiver;->onReceive(Landroid/content/Context;Landroid/… 19230 PLcom/android/server/gpu/GpuService$SettingsObserver;-><init>(Lcom/android/server/gpu/GpuService;)V 19231 HSPLcom/android/server/gpu/GpuService;-><init>(Landroid/content/Context;)V 19232 PLcom/android/server/gpu/GpuService;->access$100(Lcom/android/server/gpu/GpuService;)Landroid/conte… 19233 PLcom/android/server/gpu/GpuService;->access$400(Lcom/android/server/gpu/GpuService;)Landroid/conte… 19234 PLcom/android/server/gpu/GpuService;->access$500(Lcom/android/server/gpu/GpuService;)Ljava/lang/Obj… [all …]
|