HomeSort by relevance Sort by last modified time
    Searched full:channel_handle (Results 1 - 25 of 50) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
d4iface.h 34 typedef ULONG CHANNEL_HANDLE, *PCHANNEL_HANDLE;
39 CHANNEL_HANDLE hChannel;
d4drvif.h 102 CHANNEL_HANDLE hChannelHandle;
106 CHANNEL_HANDLE hChannelHandle;
  /frameworks/native/libs/vr/libpdx_uds/private/uds/
channel_manager.h 7 #include <pdx/channel_handle.h>
client_channel.h 21 LocalChannelHandle channel_handle);
83 explicit ClientChannel(LocalChannelHandle channel_handle);
  /frameworks/native/libs/vr/libpdx/private/pdx/
message_reader.h 6 #include <pdx/channel_handle.h>
channel_parcelable.h 5 #include <pdx/channel_handle.h>
message_writer.h 4 #include <pdx/channel_handle.h>
client_channel.h 6 #include <pdx/channel_handle.h>
  /frameworks/native/libs/vr/libbufferhub/include/private/dvr/
detached_buffer.h 23 pdx::LocalChannelHandle channel_handle) {
25 new DetachedBuffer(std::move(channel_handle)));
69 DetachedBuffer(pdx::LocalChannelHandle channel_handle);
  /device/google/contexthub/sensorhal/
sensors.h 71 const struct sensors_direct_mem_t* mem, int channel_handle);
74 int sensor_handle, int channel_handle, const struct sensors_direct_cfg_t * config);
102 const struct sensors_direct_mem_t* mem, int channel_handle);
104 int sensor_handle, int channel_handle, const struct sensors_direct_cfg_t * config);
hubconnection.h 323 int removeDirectChannel(int channel_handle);
324 int configDirectReport(int sensor_handle, int channel_handle, int rate_level);
333 int channel_handle, std::vector<int32_t> *unstoppedSensors);
344 //sensor_handle=>(channel_handle => DirectChannelTimingInfo)
347 //channel_handle=>ptr of Channel obj
sensors.cpp 137 const struct sensors_direct_mem_t *mem, int32_t channel_handle) {
143 mHubConnection->removeDirectChannel(channel_handle);
149 int32_t sensor_handle, int32_t channel_handle, const struct sensors_direct_cfg_t * config) {
151 return mHubConnection->configDirectReport(sensor_handle, channel_handle, rate_level);
196 const struct sensors_direct_mem_t* mem, int channel_handle) {
198 mem, channel_handle);
203 int sensor_handle, int channel_handle, const sensors_direct_cfg_t * config) {
205 sensor_handle, channel_handle, config);
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3Channel.h 84 uint32_t channel_handle,
198 uint32_t channel_handle,
301 uint32_t channel_handle,
336 uint32_t channel_handle,
372 uint32_t channel_handle,
410 uint32_t channel_handle,
447 uint32_t channel_handle,
477 uint32_t channel_handle,
541 uint32_t channel_handle,
624 uint32_t channel_handle,
    [all...]
  /frameworks/native/services/vr/bufferhubd/
detached_buffer_channel.h 6 #include <pdx/channel_handle.h>
consumer_queue_channel.cpp 3 #include <pdx/channel_handle.h>
producer_channel.h 10 #include <pdx/channel_handle.h>
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3Channel.h 81 uint32_t channel_handle,
186 uint32_t channel_handle,
283 uint32_t channel_handle,
318 uint32_t channel_handle,
351 uint32_t channel_handle,
389 uint32_t channel_handle,
423 uint32_t channel_handle,
486 uint32_t channel_handle,
552 uint32_t channel_handle,
627 uint32_t channel_handle,
    [all...]
  /frameworks/native/libs/vr/libbufferhub/
detached_buffer.cpp 41 DetachedBuffer::DetachedBuffer(LocalChannelHandle channel_handle)
42 : client_(std::move(channel_handle)) {
  /frameworks/native/libs/ui/include/ui/
DetachedBufferHandle.h 20 #include <pdx/channel_handle.h>
  /frameworks/native/libs/vr/libpdx_uds/
client_channel.cpp 140 ClientChannel::ClientChannel(LocalChannelHandle channel_handle)
141 : channel_handle_{std::move(channel_handle)} {
146 LocalChannelHandle channel_handle) {
148 new ClientChannel{std::move(channel_handle)}};
  /hardware/libhardware/modules/sensors/
multihal.cpp 202 int channel_handle);
204 int channel_handle,
465 int channel_handle) {
470 retval = v1->register_direct_channel(v1, mem, channel_handle);
473 mem, channel_handle);
481 int channel_handle,
490 retval = v1->config_direct_report(v1, local_handle, channel_handle, config);
493 "non-API-compliant sensor", sensor_handle, channel_handle, config->rate_level);
574 int channel_handle) {
576 return ctx->register_direct_channel(mem, channel_handle);
    [all...]
  /frameworks/native/libs/vr/libdisplay/include/private/dvr/
display_client.h 65 explicit Surface(pdx::LocalChannelHandle channel_handle,
  /external/libmojo/mojo/edk/system/
node_channel.h 68 ScopedPlatformHandle channel_handle) = 0;
145 ScopedPlatformHandle channel_handle);
node_channel.cc 375 ScopedPlatformHandle channel_handle) {
378 if (channel_handle.is_valid())
379 handles->push_back(channel_handle.release());
655 ScopedPlatformHandle channel_handle; local
657 channel_handle = ScopedPlatformHandle(handles->at(0));
661 std::move(channel_handle));
  /frameworks/native/libs/vr/libdisplay/
display_client.cpp 24 Surface::Surface(LocalChannelHandle channel_handle, int* error)
26 std::move(channel_handle))} {

Completed in 396 milliseconds

1 2