Home
last modified time | relevance | path

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

/test/vts/drivers/hal/common/binder/
DVtsFuzzerBinderService.cpp43 void BpVtsFuzzer::Exit() { in Exit()
51 int32_t BpVtsFuzzer::LoadHal(const string& path, int target_class, in LoadHal()
91 int32_t BpVtsFuzzer::Status(int32_t type) { in Status()
117 string BpVtsFuzzer::Call(const string& call_payload) { in Call()
140 const char* BpVtsFuzzer::GetFunctions() { in GetFunctions()
/test/vts/drivers/hal/common/include/binder/
DVtsFuzzerBinderService.h74 class BpVtsFuzzer : public BpInterface<IVtsFuzzer> {
76 explicit BpVtsFuzzer(const sp<IBinder>& impl) in BpVtsFuzzer() function