HomeSort by relevance Sort by last modified time
    Searched refs:BpVtsFuzzer (Results 1 - 2 of 2) sorted by null

  /test/vts/drivers/hal/common/include/binder/
VtsFuzzerBinderService.h 68 class BpVtsFuzzer : public BpInterface<IVtsFuzzer> {
70 BpVtsFuzzer(const sp<IBinder>& impl) : BpInterface<IVtsFuzzer>(impl) {}
  /test/vts/drivers/hal/common/binder/
VtsFuzzerBinderService.cpp 42 void BpVtsFuzzer::Exit() {
50 int32_t BpVtsFuzzer::LoadHal(const string& path, int target_class,
66 alog << "BpVtsFuzzer::Status request parcel:\n"
74 alog << "BpVtsFuzzer::Status response parcel:\n"
86 int32_t BpVtsFuzzer::Status(int32_t type) {
94 alog << "BpVtsFuzzer::Status request parcel:\n"
102 alog << "BpVtsFuzzer::Status response parcel:\n"
112 const char* BpVtsFuzzer::Call(const string& call_payload) {
135 const char* BpVtsFuzzer::GetFunctions() {

Completed in 54 milliseconds