/frameworks/native/libs/vr/libpdx_uds/private/uds/ |
channel_event_set.h | 22 BorrowedHandle event_fd() const { return epoll_fd_.Borrow(); } 48 BorrowedHandle event_fd() const { return epoll_fd_.Borrow(); }
|
/frameworks/native/libs/vr/libpdx_uds/ |
client_channel_factory.cpp | 127 status = ReceiveData(socket_.Borrow(), &connection_info); 142 status = SendData(socket_.Borrow(), request); 146 status = ReceiveData(socket_.Borrow(), &response);
|
service_endpoint.cpp | 233 // Borrow the local channel handle before we move it into OnNewChannel(). 234 BorrowedHandle channel_handle = local_socket.Borrow(); 242 status = SendData(connection_fd.Borrow(), connection_info); 444 remote_socket.Borrow(), 445 channel_data.get().second->event_set.event_fd().Borrow()); 471 handle = channel_data->second.data_fd.Borrow(); 480 handle = channel_data->second.event_set.event_fd().Borrow(); 494 auto status = ReceiveData(channel_fd.Borrow(), &request); 592 return ReenableEpollEvent(socket_fd_.Borrow()); 654 auto ref = state->PushChannelHandle(handle.Borrow()); [all...] |
client_channel.cpp | 257 return state->PushFileHandle(handle.Borrow()); 269 return state->PushChannelHandle(handle.Borrow());
|
/frameworks/native/libs/vr/libpdx/private/pdx/ |
channel_handle.h | 96 ChannelHandle<ChannelHandleMode::Borrowed> Borrow() const {
|
file_handle.h | 100 FileHandle<FileHandleMode::Borrowed> Borrow() const {
|
/frameworks/native/libs/vr/libbufferhub/ |
buffer_hub_client.cpp | 154 BorrowedFence(release_fence.Borrow()))); 367 BorrowedFence(ready_fence.Borrow()), WrapBuffer(meta, meta_size_bytes)));
|
/frameworks/native/libs/vr/libbufferhub/include/private/dvr/ |
bufferhub_rpc.h | 116 FenceHandle<pdx::BorrowedHandle> borrow() const { function in class:android::dvr::FenceHandle 117 return FenceHandle<pdx::BorrowedHandle>(fence_.Borrow());
|
/external/llvm/lib/Target/Hexagon/ |
BitTracker.cpp | 474 bool Borrow = false; 481 unsigned S = bool(V1) - bool(V2) - Borrow; 483 Borrow = (S > 1); 488 if (V1.is(Borrow)) { 492 if (V2.is(Borrow)) [all...] |
/external/llvm/lib/Target/XCore/ |
XCoreISelLowering.cpp | [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/XCore/ |
XCoreISelLowering.cpp | [all...] |
/external/boringssl/linux-arm/crypto/aes/ |
bsaes-armv7.S | 1372 add r8, r6, #.LREVM0SR-.LM0 @ borrow r8 1392 adrl r8, .LREVM0SR @ borrow r8 1418 @ Borrow prologue from _bsaes_encrypt8 to use the opportunity [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeIntegerTypes.cpp | [all...] |
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
LegalizeIntegerTypes.cpp | [all...] |