Searched refs:IntelBufferSharingService (Results 1 – 2 of 2) sorted by relevance
141 class IntelBufferSharingService : public BBinder144 static IntelBufferSharingService *gBufferService;149 IntelBufferSharingService(){ in IntelBufferSharingService() function153 ~IntelBufferSharingService(){ in ~IntelBufferSharingService()
240 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()