Searched refs:IGpuService (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DGpuService.h29 class IGpuService : public IInterface { class in namespace:android
34 class BnGpuService: public BnInterface<IGpuService> {
H A DGpuService.cpp27 class BpGpuService : public BpInterface<IGpuService>
30 BpGpuService(const sp<IBinder>& impl) : BpInterface<IGpuService>(impl) {}
33 IMPLEMENT_META_INTERFACE(GpuService, "android.ui.IGpuService");

Completed in 542 milliseconds