Searched refs:BpVtsFuzzer (Results 1 – 2 of 2) sorted by relevance
43 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()
74 class BpVtsFuzzer : public BpInterface<IVtsFuzzer> {76 explicit BpVtsFuzzer(const sp<IBinder>& impl) in BpVtsFuzzer() function