Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:dataPtr

42     virtual void postData(int32_t msgType, const sp<IMemory> &dataPtr,
46 nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr);
69 void CameraSourceListener::postData(int32_t msgType, const sp<IMemory> &dataPtr,
72 msgType, dataPtr->pointer(), dataPtr->size());
76 source->dataCallback(msgType, dataPtr);
81 nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) {
85 source->dataCallbackTimestamp(timestamp/1000, msgType, dataPtr);
872 nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) {
873 mSource->dataCallbackTimestamp(timestamp / 1000, msgType, dataPtr);