/hardware/libhardware/include/hardware/ |
sensors.h | 666 * channel_handle is ignored. 673 * channel_handle contains handle of channel to be unregistered 675 * 0, even if the channel_handle is invalid, in which case it will be a no-op. 678 const struct sensors_direct_mem_t* mem, int channel_handle); 694 * channel_handle channel handle to be configured. 702 int sensor_handle, int channel_handle, const struct sensors_direct_cfg_t *config);
|
/frameworks/native/libs/vr/libpdx_uds/ |
service_framework_tests.cpp | 16 #include <pdx/channel_handle.h> 184 Status<RemoteChannelHandle> channel_handle = variable 186 REPLY_MESSAGE_RETURN(message, channel_handle, {}); 194 Status<RemoteChannelHandle> channel_handle = message.PushChannel( variable 196 REPLY_MESSAGE_RETURN(message, channel_handle, {});
|
service_endpoint.cpp | 237 BorrowedHandle channel_handle = local_socket.Borrow(); 249 status = ReceiveMessageForChannel(channel_handle, message); 251 CloseChannel(GetChannelId(channel_handle));
|
remote_method_tests.cpp | 13 #include <pdx/channel_handle.h> 331 TestClient(LocalChannelHandle channel_handle) 333 std::move(channel_handle))} {}
|
/device/google/contexthub/sensorhal/ |
hubconnection.cpp | [all...] |
/frameworks/native/libs/vr/libpdx/ |
client_tests.cpp | 564 LocalChannelHandle channel_handle; local 565 EXPECT_FALSE(transaction_.GetChannelHandle(2, &channel_handle)); 566 EXPECT_TRUE(transaction_.GetChannelHandle(2, &channel_handle));
|
/frameworks/native/libs/vr/libbufferhub/ |
buffer_hub_client.cpp | 27 BufferHubClient::BufferHubClient(LocalChannelHandle channel_handle) 28 : Client(ClientChannel::Create(std::move(channel_handle))) {} 42 BufferHubBuffer::BufferHubBuffer(LocalChannelHandle channel_handle) 44 std::move(channel_handle))},
|
/frameworks/native/libs/vr/libpdx/private/pdx/ |
service_endpoint.h | 4 #include <pdx/channel_handle.h>
|
client.h | 11 #include <pdx/channel_handle.h>
|
service.h | 17 #include "pdx/channel_handle.h"
|
/frameworks/native/libs/vr/libvrflinger/ |
display_manager_service.cpp | 3 #include <pdx/channel_handle.h>
|
/frameworks/native/libs/vr/libbufferhub/include/private/dvr/ |
buffer_hub_client.h | 5 #include <pdx/channel_handle.h> 22 explicit BufferHubClient(pdx::LocalChannelHandle channel_handle);
|
bufferhub_rpc.h | 9 #include <pdx/channel_handle.h>
|
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
type_operators.h | 10 #include <pdx/channel_handle.h>
|
encoding.h | 14 #include <pdx/channel_handle.h>
|
serialization.h | 17 #include <pdx/channel_handle.h> 340 const ChannelHandle<Mode>& channel_handle) { 341 return GetEncodingSize(EncodeType(channel_handle)) + sizeof(std::int32_t); [all...] |
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
QCamera3Channel.cpp | 70 uint32_t channel_handle, 79 m_handle = channel_handle; 760 uint32_t channel_handle, 771 QCamera3Channel(cam_handle, channel_handle, cam_ops, cb_routine, [all...] |
/frameworks/native/libs/vr/libbufferhubqueue/ |
buffer_hub_queue_client.cpp | 47 BufferHubQueue::BufferHubQueue(LocalChannelHandle channel_handle) 49 std::move(channel_handle))} {
|
/device/google/marlin/camera/QCamera2/HAL3/ |
QCamera3Channel.cpp | 69 uint32_t channel_handle, 78 m_handle = channel_handle; 713 uint32_t channel_handle, 724 QCamera3Channel(cam_handle, channel_handle, cam_ops, cb_routine, [all...] |
/external/libmojo/mojo/edk/system/ |
node_controller.cc | [all...] |
node_controller.h | 230 ScopedPlatformHandle channel_handle) override;
|
/external/tensorflow/tensorflow/compiler/xla/ |
xla_data.proto | 916 ChannelHandle channel_handle = 2; 921 ChannelHandle channel_handle = 2;
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
service.cc | [all...] |
user_computation.cc | [all...] |
/external/tensorflow/tensorflow/docs_src/performance/xla/ |
operation_semantics.md | [all...] |