Home
last modified time | relevance | path

Searched refs:startRecordingTransactions (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/include/binder/
DBinder.h124 [[nodiscard]] status_t startRecordingTransactions(const Parcel& data);
/frameworks/native/libs/binder/include/binder/
DBinder.h124 [[nodiscard]] status_t startRecordingTransactions(const Parcel& data);
/frameworks/native/libs/binder/
DBinder.cpp294 status_t BBinder::startRecordingTransactions(const Parcel& data) { in startRecordingTransactions() function in android::BBinder
374 err = startRecordingTransactions(data); in transact()