Home
last modified time | relevance | path

Searched refs:binder (Results 1 – 25 of 61) sorted by relevance

123

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_binder.c62 binder_has_space(struct iris_binder *binder, unsigned size) in binder_has_space() argument
64 return binder->insert_point + size <= IRIS_BINDER_SIZE; in binder_has_space()
72 struct iris_binder *binder = &ice->state.binder; in binder_realloc() local
76 if (binder->bo) { in binder_realloc()
80 next_address = binder->bo->address + IRIS_BINDER_SIZE; in binder_realloc()
84 iris_bo_unreference(binder->bo); in binder_realloc()
88 binder->bo = iris_bo_alloc(bufmgr, "binder", IRIS_BINDER_SIZE, 1, in binder_realloc()
90 binder->bo->address = next_address; in binder_realloc()
91 binder->map = iris_bo_map(NULL, binder->bo, MAP_WRITE); in binder_realloc()
92 binder->insert_point = INIT_INSERT_POINT; in binder_realloc()
[all …]
Diris_blorp.c162 struct iris_binder *binder = &ice->state.binder; in blorp_alloc_binding_table() local
166 uint32_t *bt_map = binder->map + *bt_offset; in blorp_alloc_binding_table()
172 bt_map[i] = surface_offsets[i] - (uint32_t) binder->bo->address; in blorp_alloc_binding_table()
175 iris_use_pinned_bo(batch, binder->bo, false, IRIS_DOMAIN_NONE); in blorp_alloc_binding_table()
177 batch->screen->vtbl.update_surface_base_address(batch, binder); in blorp_alloc_binding_table()
Diris_binder.h53 void iris_destroy_binder(struct iris_binder *binder);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/binder/
Dsupplicant.cpp17 android::binder::Status Supplicant::CreateInterface( in CreateInterface()
25 return android::binder::Status::fromServiceSpecificError( in CreateInterface()
39 return android::binder::Status::fromServiceSpecificError( in CreateInterface()
44 android::binder::Status status; in CreateInterface()
59 status = android::binder::Status::fromServiceSpecificError( in CreateInterface()
70 android::binder::Status::fromServiceSpecificError( in CreateInterface()
75 status = android::binder::Status::ok(); in CreateInterface()
84 android::binder::Status Supplicant::RemoveInterface(const std::string &ifname) in RemoveInterface()
90 return android::binder::Status::fromServiceSpecificError( in RemoveInterface()
95 return android::binder::Status::fromServiceSpecificError( in RemoveInterface()
[all …]
Dsupplicant.h36 android::binder::Status CreateInterface(
39 android::binder::Status
41 android::binder::Status GetInterface(
Dbinder.cpp82 if (!wpa_s->global->binder) in wpas_binder_register_interface()
95 if (!wpa_s->global->binder) in wpas_binder_unregister_interface()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/binder/
Dsupplicant.cpp17 android::binder::Status Supplicant::CreateInterface( in CreateInterface()
25 return android::binder::Status::fromServiceSpecificError( in CreateInterface()
39 return android::binder::Status::fromServiceSpecificError( in CreateInterface()
44 android::binder::Status status; in CreateInterface()
59 status = android::binder::Status::fromServiceSpecificError( in CreateInterface()
70 android::binder::Status::fromServiceSpecificError( in CreateInterface()
75 status = android::binder::Status::ok(); in CreateInterface()
84 android::binder::Status Supplicant::RemoveInterface(const std::string &ifname) in RemoveInterface()
90 return android::binder::Status::fromServiceSpecificError( in RemoveInterface()
95 return android::binder::Status::fromServiceSpecificError( in RemoveInterface()
[all …]
Dsupplicant.h36 android::binder::Status CreateInterface(
39 android::binder::Status
41 android::binder::Status GetInterface(
Dbinder.cpp82 if (!wpa_s->global->binder) in wpas_binder_register_interface()
95 if (!wpa_s->global->binder) in wpas_binder_unregister_interface()
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DServerServiceDefinitionExtensions.cs32 var binder = new DefaultServiceBinder(); in GetCallHandlers()
33 serviceDefinition.BindService(binder); in GetCallHandlers()
34 return binder.GetCallHandlers(); in GetCallHandlers()
/third_party/vk-gl-cts/modules/glshared/
DglsLifetimeTests.cpp276 Binder& binder = *getElementType().binder(); in initAttachment() local
281 binder.enableLogging(false); in initAttachment()
282 binder.bind(element); in initAttachment()
284 binder.bind(0); in initAttachment()
285 binder.enableLogging(true); in initAttachment()
902 Binder& binder (void) { return *m_type.binder(); } in binder() function in deqp::gls::LifetimeTests::details::LifeTest
939 binder().bind(*name); in testBind()
942 binder().bind(0); in testBind()
950 binder().bind(id); in testDeleteBound()
956 errors.check(binder().getBinding() == id, in testDeleteBound()
[all …]
/third_party/grpc/src/csharp/Grpc.Core/Interceptors/
DServerServiceDefinitionExtensions.cs48 var binder = new InterceptingServiceBinder(interceptor); in Intercept()
49 serverServiceDefinition.BindService(binder); in Intercept()
50 return binder.GetInterceptedServerServiceDefinition(); in Intercept()
/third_party/selinux/secilc/docs/
Dcil_default_object_statements.md42 When creating new `binder`, `property_service`, `zygote` or `memprotect` objects the [`user`](cil_u…
45 (class binder (impersonate call set_context_mgr transfer receive))
51 (classmapping android_classes android (binder (all)))
58 ;; default_user binder source;
98 When creating new `binder`, `property_service` or `zygote` objects the [`role`](cil_role_statements…
101 (class binder (impersonate call set_context_mgr transfer receive))
105 (defaultrole (binder property_service zygote) target)
108 ;; default_role binder target;
/third_party/node/deps/npm/node_modules/function-bind/
Dimplementation.js18 var binder = function () { function
42 …, 'return function (' + boundArgs.join(',') + '){ return binder.apply(this,arguments); }')(binder);
/third_party/boost/boost/type_traits/
Dis_abstract.hpp133 typedef typename selector::template rebind<T> binder;
134 typedef typename binder::type type;
Dis_polymorphic.hpp101 typedef typename selector::template rebind<T> binder; typedef
102 typedef typename binder::type imp_type;
Dis_base_and_derived.hpp214 typedef typename selector::template rebind<ncvB,ncvD> binder; typedef
215 typedef typename binder::type bound_type;
Dis_signed.hpp72 typedef typename selector::template rebind<T> binder; typedef
73 typedef typename binder::type type;
Dis_unsigned.hpp72 typedef typename selector::template rebind<T> binder; typedef
73 typedef typename binder::type type;
/third_party/ltp/testcases/network/packet/
Dfanout01.c56 void *binder(void *unused) in binder() function
74 tst_fzsync_pair_reset(&pair, binder); in run()
/third_party/boost/libs/fusion/example/cookbook/
Ddo_the_bind.cpp208 typedef boost::lightweight_forward_adapter< fusion::unfused<fused_binder> > binder; typedef
218 impl::binder const bind = impl::binder();
/third_party/boost/boost/spirit/repository/home/karma/nonterminal/
Dsubrule.hpp183 return def.binder(sink, context, delimiter); in generate_subrule()
216 return def.binder(sink, context, delimiter); in generate_subrule()
223 return fusion::front(defs).second.binder.g.what(context); in what()
335 : binder(subject), name(name) in subrule_definition()
339 binder_type const binder; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/
DCMakeLists.txt28 include_directories(wpa_supplicant/binder)
708 wpa_supplicant/binder/fi/w1/wpa_supplicant/IIface.aidl
709 wpa_supplicant/binder/fi/w1/wpa_supplicant/ISupplicant.aidl
710 wpa_supplicant/binder/fi/w1/wpa_supplicant/ISupplicantCallbacks.aidl
711 wpa_supplicant/binder/.clang-format
712 wpa_supplicant/binder/binder.cpp
713 wpa_supplicant/binder/binder.h
714 wpa_supplicant/binder/binder_constants.cpp
715 wpa_supplicant/binder/binder_constants.h
716 wpa_supplicant/binder/binder_i.h
[all …]
/third_party/boost/boost/spirit/repository/home/qi/nonterminal/
Dsubrule.hpp190 if (def.binder(first, last, context, skipper)) in parse_subrule()
239 if (def.binder(first, last, context, skipper)) in parse_subrule()
256 return fusion::front(defs).second.binder.p.what(context); in what()
362 : binder(subject), name(name) in subrule_definition()
366 binder_type const binder; member
/third_party/boost/libs/interprocess/test/
Dcondition_test_template.hpp42 class binder class
45 binder(const F& f, const T& p) in binder() function in boost::interprocess::test::binder
55 binder<F, T> bind_function(F func, T param) in bind_function()
57 return binder<F, T>(func, param); in bind_function()

123