Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videoencoder/
DIntelMetadataBuffer.h141 class IntelBufferSharingService : public BBinder
144 static IntelBufferSharingService *gBufferService;
149 IntelBufferSharingService(){ in IntelBufferSharingService() function
153 ~IntelBufferSharingService(){ in ~IntelBufferSharingService()
DIntelMetadataBuffer.cpp240 IntelBufferSharingService* IntelBufferSharingService::gBufferService = NULL;
242 status_t IntelBufferSharingService::instantiate(){ in instantiate()
246 gBufferService = new IntelBufferSharingService(); in instantiate()
254 status_t IntelBufferSharingService::onTransact(uint32_t code, const Parcel& data, Parcel* reply, ui… in onTransact()