/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/ |
D | zero_copy_stream_impl.cc | 86 bool FileInputStream::Close() { in Close() function in google::protobuf::io::FileInputStream 87 return copying_input_.Close(); in Close() 117 if (!Close()) { in ~CopyingFileInputStream() 123 bool FileInputStream::CopyingFileInputStream::Close() { in Close() function in google::protobuf::io::FileInputStream::CopyingFileInputStream 184 bool FileOutputStream::Close() { in Close() function in google::protobuf::io::FileOutputStream 186 return copying_output_.Close() && flush_succeeded; in Close() 215 if (!Close()) { in ~CopyingFileOutputStream() 221 bool FileOutputStream::CopyingFileOutputStream::Close() { in Close() function in google::protobuf::io::FileOutputStream::CopyingFileOutputStream
|
D | zero_copy_stream_impl.h | 75 bool Close(); 102 bool Close(); 153 bool Close(); 184 bool Close();
|
D | zero_copy_stream_unittest.cc | 363 gzout.Close(); in TEST_F() 399 gzout.Close(); in TEST_F() 432 gzout.Close(); in TEST_F() 467 gzout.Close(); in TEST_F() 489 gzout.Close(); in TEST_F() 514 gzout.Close(); in TEST_F() 528 gzout.Close(); in TEST_F() 764 gzout.Close(); in TEST_F()
|
D | gzip_stream.h | 176 bool Close();
|
D | gzip_stream.cc | 243 Close(); in ~GzipOutputStream() 313 bool GzipOutputStream::Close() { in Close() function in google::protobuf::io::GzipOutputStream
|
/frameworks/native/libs/vr/libpdx/private/pdx/ |
D | file_handle.h | 61 ~FileHandle() { Close(); } in ~FileHandle() 75 Close(); in Reset() 80 void Close() { in Close() function
|
D | channel_handle.h | 38 void Close() { value_ = kEmptyHandle; } in Close() function 100 void Close() { in Close() function
|
D | client.h | 93 void Close(int error);
|
/frameworks/native/services/vr/virtual_touchpad/ |
D | EvdevInjector.h | 47 virtual int Close(); 57 ~EvdevInjector() { Close(); } in ~EvdevInjector() 58 void Close();
|
D | EvdevInjector.cpp | 23 int EvdevInjector::UInput::Close() { in Close() function in android::dvr::EvdevInjector::UInput 59 void EvdevInjector::Close() { in Close() function in android::dvr::EvdevInjector 60 uinput_->Close(); in Close()
|
D | VirtualTouchpadEvdev.cpp | 48 touchpad.injector->Close(); in Reset()
|
/frameworks/native/libs/vr/libbufferhub/ |
D | producer_buffer.cpp | 25 Close(-status.error()); in ProducerBuffer() 34 Close(ret); in ProducerBuffer() 53 Close(-status.error()); in ProducerBuffer() 62 Close(ret); in ProducerBuffer() 73 Close(ret); in ProducerBuffer()
|
D | consumer_buffer.cpp | 16 Close(ret); in ConsumerBuffer()
|
/frameworks/native/libs/vr/libvrflinger/ |
D | acquired_buffer.cpp | 66 acquire_fence_.Close(); in IsAvailable() 97 acquire_fence_.Close(); in Release()
|
/frameworks/native/vulkan/libvulkan/ |
D | layers_extensions.cpp | 99 void Close(); 167 void LayerLibrary::Close() { in Close() function in vulkan::api::__anoncb86fe150111::LayerLibrary 352 library.Close(); in AddLayerLibrary() 356 library.Close(); in AddLayerLibrary() 552 library.Close(); in ~LayerRef()
|
/frameworks/native/libs/vr/libpdx/ |
D | client_tests.cpp | 72 using BASE::Close; 86 Close(error_code); 173 client_->Close(-EINVAL); in TEST_F() 372 client_->Close(ESHUTDOWN); in TEST_F() 385 client_->Close(ESHUTDOWN); in TEST_F() 388 client_->Close(EIO); in TEST_F() 398 client_->Close(EIO); in TEST_F()
|
D | client.cpp | 56 Close(error); in CheckDisconnect() 108 void Client::Close(int error) { in Close() function in android::pdx::Client 285 client_.Close(error); in CheckDisconnect()
|
D | service_dispatcher.cpp | 48 event_fd_.Close(); in ServiceDispatcher() 49 epoll_fd_.Close(); in ServiceDispatcher()
|
/frameworks/native/libs/vr/libpdx_uds/private/uds/ |
D | channel_event_set.h | 60 epoll_fd_.Close(); in TakeFds()
|
/frameworks/native/libs/vr/libdisplay/ |
D | display_client.cpp | 31 Close(status.error()); 49 Close(status.error());
|
/frameworks/native/headers/media_plugin/media/openmax/ |
D | OMX_ContentPipe.h | 158 CPresult (*Close)( CPhandle hContent ); member
|
/frameworks/native/services/vr/virtual_touchpad/tests/ |
D | VirtualTouchpad_test.cpp | 46 int Close() override { in Close() function in android::dvr::__anon0f378d360111::UInputRecorder 269 expect.Close(); in TEST_F()
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
D | pixel_format_f32.rsh | 13 // computed for blending color between layers. "Close enough" means L1 distance
|
/frameworks/native/libs/vr/libbufferhubqueue/ |
D | buffer_hub_queue_client.cpp | 424 Close(-status.error()); in ProducerQueue() 436 Close(-status.error()); in ProducerQueue() 687 Close(-status.error()); in ConsumerQueue()
|
/frameworks/native/libs/vr/libpdx_uds/ |
D | client_channel.cpp | 312 channel_handle_.Close(); in TakeChannelParcelable()
|