Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DBpBinder.h97 LIBBINDER_EXPORTED status_t startRecordingBinder(const binder::unique_fd& fd);
/frameworks/native/libs/binder/tests/
DbinderRecordReplayTest.cpp182 mBpBinder->startRecordingBinder(fd); in recordReplay()
/frameworks/native/libs/binder/
DBpBinder.cpp335 status_t BpBinder::startRecordingBinder(const unique_fd& fd) { in startRecordingBinder() function in android::BpBinder