Searched refs:gBufferService (Results 1 – 2 of 2) sorted by relevance
240 IntelBufferSharingService* IntelBufferSharingService::gBufferService = NULL; member in IntelBufferSharingService245 if (gBufferService == NULL) { in instantiate()246 gBufferService = new IntelBufferSharingService(); in instantiate()247 … ret = defaultServiceManager()->addService(String16("media.IntelBufferSharing"), gBufferService); in instantiate()
144 static IntelBufferSharingService *gBufferService;