Searched refs:mNodeBinder (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DACodec.h246 sp<IBinder> mNodeBinder; member in struct:android::ACodec
/frameworks/av/media/libstagefright/
H A DACodec.cpp6263 mCodec->mNodeBinder->unlinkToDeath(mDeathNotifier);
6401 err = omx->allocateNode(componentName.c_str(), observer, &mCodec->mNodeBinder, &node);
6426 if (mCodec->mNodeBinder == NULL ||
6427 mCodec->mNodeBinder->linkToDeath(mDeathNotifier) != OK) {

Completed in 109 milliseconds