Searched refs:bridge (Results 1 – 9 of 9) sorted by relevance
/system/core/libappfuse/ |
D | FuseBridgeLoop.cc | 246 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/ |
D | protocol.txt | 13 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/ |
D | bufferhubd.te | 17 # connects to bufferhubd via PDX. Instead, a VR app acts as a bridge between
|
D | mediacodec.te | 44 # directly connects to bufferhubd via PDX. Instead, a VR app acts as a bridge
|
/system/sepolicy/private/ |
D | audioserver.te | 45 # For A2DP bridge which is loaded directly into audioserver
|
D | zygote.te | 75 # Native bridge functionality requires that zygote replaces
|
/system/tools/aidl/ |
D | aidl_language_l.ll | 14 %option bison-bridge
|
/system/tools/hidl/ |
D | hidl-gen_l.ll | 77 %option bison-bridge
|
/system/tools/hidl/c2hal/ |
D | c2hal_l.ll | 90 %option bison-bridge
|