Searched defs:ChannelHandle (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dchannel_handle.h49 class ChannelHandle : public ChannelHandleBase { class in class:android::pdx::ChannelHandleBase
51 ChannelHandle() = default;
53 ChannelHandle(ChannelHandle&& other) : ChannelHandleBase{other.value_} { function in class:android::pdx::ChannelHandleBase::ChannelHandle
56 ~ChannelHandle() = default;
58 ChannelHandle Duplicate() const { return ChannelHandle{value_}; }
60 ChannelHandle& operator=(ChannelHandle&& other) {
68 class ChannelHandle<ChannelHandleMod class in class:android::pdx::ChannelHandleBase
71 ChannelHandle(ChannelManagerInterface* manager, int32_t value) function in class:android::pdx::ChannelHandleBase::ChannelHandle
77 ChannelHandle(ChannelHandle&& other) function in class:android::pdx::ChannelHandleBase::ChannelHandle
[all...]

Completed in 234 milliseconds