Home
last modified time | relevance | path

Searched refs:bridge (Results 1 – 9 of 9) sorted by relevance

/system/core/libappfuse/
DFuseBridgeLoop.cc246 bool AddBridgePoll(FuseBridgeEntry* bridge) const { in AddBridgePoll()
247 return InvokeControl(EPOLL_CTL_ADD, bridge); in AddBridgePoll()
250 bool UpdateOrDeleteBridgePoll(FuseBridgeEntry* bridge) const { in UpdateOrDeleteBridgePoll()
252 bridge->state_ != FuseBridgeState::kClosing ? EPOLL_CTL_MOD : EPOLL_CTL_DEL, bridge); in UpdateOrDeleteBridgePoll()
272 bool InvokeControl(int op, FuseBridgeEntry* bridge) const { in InvokeControl()
273 LOG(VERBOSE) << "InvokeControl op=" << op << " bridge=" << bridge->mount_id_ in InvokeControl()
274 << " state=" << static_cast<int>(bridge->state_) in InvokeControl()
275 << " last_state=" << static_cast<int>(bridge->last_state_); in InvokeControl()
281 GetObservedEvents(bridge->last_state_, &last_device_events, &last_proxy_events); in InvokeControl()
282 GetObservedEvents(bridge->state_, &device_events, &proxy_events); in InvokeControl()
[all …]
/system/core/adb/
Dprotocol.txt13 The host side becomes a simple comms bridge with no "UI", which will
15 a device or emulator that is connected to the bridge.
124 * "fs-bridge" - FUSE protocol filesystem bridge
188 is broken. It is only used internally to the bridge and never valid
213 The core of the bridge program will use three threads. One thread
228 The bridge program will be able to have a number of mini-servers
230 "shell", "fs-bridge", etc) and upon receiving an OPEN() to such a
231 service, the bridge program will create a stream socketpair and spawn
/system/sepolicy/public/
Dbufferhubd.te17 # connects to bufferhubd via PDX. Instead, a VR app acts as a bridge between
Dmediacodec.te44 # directly connects to bufferhubd via PDX. Instead, a VR app acts as a bridge
/system/sepolicy/private/
Daudioserver.te45 # For A2DP bridge which is loaded directly into audioserver
Dzygote.te75 # Native bridge functionality requires that zygote replaces
/system/tools/aidl/
Daidl_language_l.ll14 %option bison-bridge
/system/tools/hidl/
Dhidl-gen_l.ll77 %option bison-bridge
/system/tools/hidl/c2hal/
Dc2hal_l.ll90 %option bison-bridge