Home
last modified time | relevance | path

Searched defs:stub (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/guest/platform/
Dmeson.build9 subdir('stub') subdir
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/test/
DGRPCVehicleHardwareUnitTest.cpp112 auto stub = std::make_unique<NiceMock<MockVehicleServerStub>>(); in SetUp() local
/hardware/interfaces/automotive/remoteaccess/hal/default/fuzzer/
Dfuzzer.cpp192 android::hardware::automotive::remoteaccess::MockGrpcClientStub stub; in LLVMFuzzerTestOneInput() local
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/
DGRPCVehicleHardware.cpp43 GRPCVehicleHardware::GRPCVehicleHardware(std::unique_ptr<proto::VehicleServer::StubInterface> stub) in GRPCVehicleHardware()