/frameworks/native/services/vr/virtual_touchpad/tests/ |
D | VirtualTouchpad_test.cpp | 37 void Reset() { s_.clear(); } in Reset() function in android::dvr::__anonb6efdf4d0111::UInputRecorder 103 touchpad->Reset(); in New() 149 expect.Reset(); in TEST_F() 175 expect.Reset(); in TEST_F() 183 touchpad->injector[t].record.Reset(); in TEST_F() 189 expect.Reset(); in TEST_F() 197 touchpad->injector[t].record.Reset(); in TEST_F() 203 expect.Reset(); in TEST_F() 210 touchpad->injector[t].record.Reset(); in TEST_F() 216 expect.Reset(); in TEST_F() [all …]
|
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/ |
D | ring_buffer.h | 21 RingBuffer() { Reset(0); } in RingBuffer() 23 explicit RingBuffer(size_t capacity) { Reset(capacity); } in RingBuffer() 81 void Clear() { Reset(GetCapacity()); } in Clear() 83 void Reset(size_t capacity) { in Reset() function
|
/frameworks/native/libs/vr/libpdx_uds/ |
D | channel_parcelable.cpp | 109 data_fd_.Reset(dup(parcel->readFileDescriptor())); in readFromParcel() 110 pollin_event_fd_.Reset(dup(parcel->readFileDescriptor())); in readFromParcel() 111 pollhup_event_fd_.Reset(dup(parcel->readFileDescriptor())); in readFromParcel()
|
D | service_endpoint.cpp | 37 handle->Reset(index); in GetLocalFileHandle() 148 fd.Reset(android_get_control_socket(socket_name.c_str())); 154 fd.Reset(socket(AF_UNIX, SOCK_STREAM | SOCK_CLOEXEC, 0)); 178 cancel_event_fd_.Reset(eventfd(0, EFD_CLOEXEC | EFD_NONBLOCK)); in Init() 182 epoll_fd_.Reset(epoll_create1(EPOLL_CLOEXEC)); in Init() 410 local_socket->Reset(channel_pair[0]); in CreateChannelSocketPair() 411 remote_socket->Reset(channel_pair[1]); in CreateChannelSocketPair()
|
D | channel_event_set.cpp | 21 handle->Reset(fd); in SetupHandle()
|
D | client_channel_factory.cpp | 63 socket_.Reset(socket(AF_UNIX, SOCK_STREAM | SOCK_CLOEXEC, 0)); in Connect()
|
D | client_channel.cpp | 22 handle->Reset(index); in GetLocalFileHandle()
|
/frameworks/native/libs/vr/libpdx/private/pdx/ |
D | file_handle.h | 67 Reset(other.fd_); 74 void Reset(int fd) { in Reset() function
|
/frameworks/native/services/vr/virtual_touchpad/ |
D | VirtualTouchpadEvdev.cpp | 41 touchpad->Reset(); in Create() 45 void VirtualTouchpadEvdev::Reset() { in Reset() function in android::dvr::VirtualTouchpadEvdev 88 Reset(); in Detach()
|
D | VirtualTouchpadEvdev.h | 31 void Reset();
|
/frameworks/native/libs/vr/libvrflinger/ |
D | epoll_event_dispatcher.cpp | 14 epoll_fd_.Reset(epoll_create1(EPOLL_CLOEXEC)); in EpollEventDispatcher() 20 event_fd_.Reset(eventfd(0, EFD_CLOEXEC | EFD_NONBLOCK)); in EpollEventDispatcher()
|
D | hardware_composer.cpp | 163 post_thread_event_fd_.Reset(eventfd(0, EFD_CLOEXEC | EFD_NONBLOCK)); in Initialize() 734 vsync_sleep_timer_fd_.Reset(timerfd_create(CLOCK_MONOTONIC, 0)); in PostThread() 1288 void Layer::Reset() { in Reset() function in android::dvr::Layer 1339 Layer::~Layer() { Reset(); } in ~Layer() 1345 Reset(); in operator =()
|
D | hardware_composer.h | 95 void Reset();
|
/frameworks/base/libs/hwui/ |
D | Animator.cpp | 102 mStagingRequests.push_back(Request::Reset); in reset() 134 case Request::Reset: in resolveStagingRequest() 137 mPendingActionUponFinish = Action::Reset; in resolveStagingRequest() 242 if (mPendingActionUponFinish == Action::Reset) { in animate()
|
D | Animator.h | 160 enum class Request { Start, Reverse, Reset, Cancel, End }; enumerator 167 Reset, enumerator
|
/frameworks/base/tools/dump-coverage/ |
D | dump_coverage.cc | 129 static jint Reset(const std::string& args) { in Reset() function 175 return Reset(args); in ParseOptionsAndExecuteCommand()
|
/frameworks/native/libs/vr/libpdx/ |
D | service_dispatcher.cpp | 26 event_fd_.Reset(eventfd(0, EFD_CLOEXEC | EFD_NONBLOCK)); in ServiceDispatcher() 32 epoll_fd_.Reset(epoll_create1(EPOLL_CLOEXEC)); in ServiceDispatcher()
|
/frameworks/base/media/mca/filterfw/native/core/ |
D | statistics.h | 57 void Reset() { n_ = 0; } in Reset() function
|
/frameworks/native/services/vr/bufferhubd/ |
D | producer_channel.cpp | 105 acquire_fence_fd_.Reset(epoll_create1(EPOLL_CLOEXEC)); in InitializeBuffer() 106 release_fence_fd_.Reset(epoll_create1(EPOLL_CLOEXEC)); in InitializeBuffer() 112 dummy_fence_fd_.Reset(eventfd(0, EFD_CLOEXEC | EFD_NONBLOCK)); in InitializeBuffer()
|
/frameworks/native/libs/vr/libbufferhub/include/private/dvr/ |
D | ion_buffer.h | 42 void Reset(buffer_handle_t handle, uint32_t width, uint32_t height,
|
/frameworks/base/libs/hwui/renderthread/ |
D | RenderProxy.h | 49 Reset = 1 << 1, enumerator
|
D | RenderProxy.cpp | 230 if (dumpFlags & DumpFlags::Reset) { in dumpProfileInfo()
|
/frameworks/base/media/mca/filterfw/jni/ |
D | jni_util.cpp | 79 void JavaObject::Reset() {
|
D | jni_util.h | 69 void Reset();
|
/frameworks/native/libs/vr/libbufferhub/ |
D | ion_buffer.cpp | 91 void IonBuffer::Reset(buffer_handle_t handle, uint32_t width, uint32_t height, in Reset() function in android::dvr::IonBuffer
|