HomeSort by relevance Sort by last modified time
    Searched refs:IntelBufferSharingService (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/libmix/videoencoder/
IntelMetadataBuffer.h 141 class IntelBufferSharingService : public BBinder
144 static IntelBufferSharingService *gBufferService;
149 IntelBufferSharingService(){
150 ALOGI("IntelBufferSharingService instance is created");
153 ~IntelBufferSharingService(){
154 ALOGI("IntelBufferSharingService instance is destroyed");
IntelMetadataBuffer.cpp 240 IntelBufferSharingService* IntelBufferSharingService::gBufferService = NULL;
242 status_t IntelBufferSharingService::instantiate(){
246 gBufferService = new IntelBufferSharingService();
248 LOGI("IntelBufferSharingService::instantiate() ret = %d\n", ret);
254 status_t IntelBufferSharingService::onTransact(uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) {
462 //Detect IntelBufferSharingService, share mem to service
695 //Detect IntelBufferSharingService, share mem to service
804 //Detect IntelBufferSharingService, unshare mem from service

Completed in 133 milliseconds