Home
last modified time | relevance | path

Searched refs:Close (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dzero_copy_stream_impl.cc86 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
Dzero_copy_stream_impl.h75 bool Close();
102 bool Close();
153 bool Close();
184 bool Close();
Dzero_copy_stream_unittest.cc363 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()
Dgzip_stream.h176 bool Close();
Dgzip_stream.cc243 Close(); in ~GzipOutputStream()
313 bool GzipOutputStream::Close() { in Close() function in google::protobuf::io::GzipOutputStream
/frameworks/native/libs/vr/libpdx/private/pdx/
Dfile_handle.h61 ~FileHandle() { Close(); } in ~FileHandle()
75 Close(); in Reset()
80 void Close() { in Close() function
Dchannel_handle.h38 void Close() { value_ = kEmptyHandle; } in Close() function
100 void Close() { in Close() function
Dclient.h93 void Close(int error);
/frameworks/native/services/vr/virtual_touchpad/
DEvdevInjector.h47 virtual int Close();
57 ~EvdevInjector() { Close(); } in ~EvdevInjector()
58 void Close();
DEvdevInjector.cpp23 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()
DVirtualTouchpadEvdev.cpp48 touchpad.injector->Close(); in Reset()
/frameworks/native/libs/vr/libbufferhub/
Dproducer_buffer.cpp25 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()
Dconsumer_buffer.cpp16 Close(ret); in ConsumerBuffer()
/frameworks/native/libs/vr/libvrflinger/
Dacquired_buffer.cpp66 acquire_fence_.Close(); in IsAvailable()
97 acquire_fence_.Close(); in Release()
/frameworks/native/vulkan/libvulkan/
Dlayers_extensions.cpp99 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/
Dclient_tests.cpp72 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()
Dclient.cpp56 Close(error); in CheckDisconnect()
108 void Client::Close(int error) { in Close() function in android::pdx::Client
285 client_.Close(error); in CheckDisconnect()
Dservice_dispatcher.cpp48 event_fd_.Close(); in ServiceDispatcher()
49 epoll_fd_.Close(); in ServiceDispatcher()
/frameworks/native/libs/vr/libpdx_uds/private/uds/
Dchannel_event_set.h60 epoll_fd_.Close(); in TakeFds()
/frameworks/native/libs/vr/libdisplay/
Ddisplay_client.cpp31 Close(status.error());
49 Close(status.error());
/frameworks/native/headers/media_plugin/media/openmax/
DOMX_ContentPipe.h158 CPresult (*Close)( CPhandle hContent ); member
/frameworks/native/services/vr/virtual_touchpad/tests/
DVirtualTouchpad_test.cpp46 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/
Dpixel_format_f32.rsh13 // computed for blending color between layers. "Close enough" means L1 distance
/frameworks/native/libs/vr/libbufferhubqueue/
Dbuffer_hub_queue_client.cpp424 Close(-status.error()); in ProducerQueue()
436 Close(-status.error()); in ProducerQueue()
687 Close(-status.error()); in ConsumerQueue()
/frameworks/native/libs/vr/libpdx_uds/
Dclient_channel.cpp312 channel_handle_.Close(); in TakeChannelParcelable()

12