Searched refs:binder (Results 1 – 5 of 5) sorted by relevance
6 Android binderfs is a filesystem for the Android binder IPC mechanism. It7 allows to dynamically add and remove binder devices at runtime. Binder devices8 located in a new binderfs instance are independent of binder devices located in10 to get a set of private binder devices.18 mount -t binder binder /dev/binderfs21 In a fresh instance of binderfs no binder devices will be present. There will22 only be a ``binder-control`` device which serves as the request handler for31 binderfs instances can be mounted with a limit on the number of binder34 of binder devices can be allocated in this binderfs instance.37 Using ``stats=global`` enables global binder statistics.[all …]
24 Each binderfs mount initially only contains a binder-control device.25 It can be used to dynamically allocate new binder IPC devices via31 default "binder,hwbinder,vndbinder"33 Default value for the binder.devices parameter.35 The binder.devices parameter is a comma-separated list of strings36 that specifies the names of the binder device nodes that will be37 created. Each binder device has its own context manager, and is44 This feature allows binder selftest to run.46 Binder selftest checks the allocation and free of binder buffers
5 obj-$(CONFIG_ANDROID_BINDER_IPC) += binder.o binder_alloc.o
7 #define TRACE_SYSTEM binder
83 binder_uintptr_t binder; /* local object */ member