Home
last modified time | relevance | path

Searched refs:read_func (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/mtp/
DPosixAsyncIO.cpp28 void read_func(struct aiocb *aiocbp) { in read_func() function
47 aiocbp->thread = std::thread(read_func, aiocbp); in aio_read()
/frameworks/native/libs/binder/include/binder/
DParcel.h435 status_t(Parcel::*read_func)(U*) const) const;
438 status_t(Parcel::*read_func)(T*) const) const;
441 status_t(Parcel::*read_func)(T*) const) const;
707 status_t(Parcel::*read_func)(U*) const) const { in unsafeReadTypedVector()
730 status = (this->*read_func)(&v); in unsafeReadTypedVector()
742 status_t(Parcel::*read_func)(T*) const) const { in readTypedVector()
743 return unsafeReadTypedVector(val, read_func); in readTypedVector()
748 status_t(Parcel::*read_func)(T*) const) const { in readNullableTypedVector()
761 status = unsafeReadTypedVector(val->get(), read_func); in readNullableTypedVector()