HomeSort by relevance Sort by last modified time
    Searched defs:get_stub (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/mapi/mapi/
mapi.c 43 get_stub(const char *name, const struct mapi_stub *alias) function
102 stub = get_stub(p, NULL);
109 get_stub(p, stub);
  /test/vts/drivers/hal/common/replayer/
VtsHidlHalReplayer.cpp 132 bool get_stub = false; /* default is binderized */ local
133 if (property_get("vts.hidl.get_stub", get_sub_property, "") > 0) {
136 get_stub = true;
171 if (!fuzzer->GetService(get_stub, hal_service_name.c_str())) {
  /test/vts/drivers/hal/common/specification_parser/
SpecificationBuilder.cpp 138 bool get_stub = false; /* default is binderized */ local
139 if (property_get("vts.hidl.get_stub", get_sub_property, "") > 0) {
143 get_stub = true;
153 if (!fuzzer->GetService(get_stub, service_name)) {
231 bool get_stub = false; /* default is binderized */ local
232 if (property_get("vts.hidl.get_stub", get_sub_property, "") > 0) {
235 get_stub = true;
245 if (!fuzzer->GetService(get_stub, service_name)) {
  /system/libhwbinder/vts/performance/
Benchmark_throughput.cpp 200 bool get_stub,
211 generateServiceName(i), get_stub);
213 if (get_stub) {
272 Pipe make_worker(int num, int iterations, int service_count, bool get_stub) {
280 worker_fx(num, iterations, service_count, get_stub,
359 bool get_stub = mode == HwBinderMode::kBinderize ? false : true; local
361 worker_pipes.push_back(make_worker(i, iterations, services, get_stub));
  /toolchain/binutils/binutils-2.25/bfd/
elf64-hppa.c 248 static bfd_boolean get_stub
836 && ! get_stub (abfd, info, hppa_info))
1252 get_stub (bfd *abfd, function
    [all...]

Completed in 389 milliseconds