Home | History | Annotate | Download | only in libmedia

Lines Matching defs:source

3 ** Copyright 2008, The Android Open Source Project
144 status_t setDataSource(const sp<IStreamSource> &source) {
147 data.writeStrongBinder(IInterface::asBinder(source));
152 status_t setDataSource(const sp<IDataSource> &source) {
155 data.writeStrongBinder(IInterface::asBinder(source));
600 sp<IStreamSource> source =
602 if (source == NULL) {
605 reply->writeInt32(setDataSource(source));
611 sp<IDataSource> source =
613 if (source == NULL) {
616 reply->writeInt32(setDataSource(source));