Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videoencoder/
DIntelMetadataBuffer.cpp240 IntelBufferSharingService* IntelBufferSharingService::gBufferService = NULL; member in IntelBufferSharingService
245 if (gBufferService == NULL) { in instantiate()
246 gBufferService = new IntelBufferSharingService(); in instantiate()
247 … ret = defaultServiceManager()->addService(String16("media.IntelBufferSharing"), gBufferService); in instantiate()
DIntelMetadataBuffer.h144 static IntelBufferSharingService *gBufferService;