Searched defs:close (Results 251 - 275 of 298) sorted by path

<<1112

/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
H A DTransport.java83 public void close() { method in class:Transport
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DCameraTestThread.java72 public synchronized void close() throws Exception { method in class:CameraTestThread
88 close();
/frameworks/base/tests/CoreTests/android/core/
H A DTestWebServer.java205 * Cause the thread accepting connections on the server socket to close
207 public void close() { method in class:TestWebServer
211 acceptT.close();
289 public void close() { method in class:TestWebServer.AcceptThread
296 ss.close();
301 w.close();
309 log("IOException caught by server socket close");
374 synchronized void close() { method in class:TestWebServer.Worker
679 s.close();
748 s.close();
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java325 pathDelegate.close();
810 public void close() { method in class:Path_Delegate
848 close();
H A DRoundRectangle.java53 private final EnumSet<Zone> close = EnumSet.of(Zone.CLOSE_OUTSIDE, Zone.CLOSE_INSIDE); field in class:RoundRectangle
236 if ((close.contains(x0class) && far.contains(x1class)) || (close.contains(y0class) &&
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeXmlBlockParser.java404 public void close() { method in class:BridgeXmlBlockParser
/frameworks/base/tools/layoutlib/bridge/src/libcore/io/
H A DMemoryMappedFile_Delegate.java77 file.close();
85 static void close(MemoryMappedFile thisFile) throws ErrnoException { method in class:MemoryMappedFile_Delegate
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/java/
H A DAutoCloseable.java31 void close() throws Exception; method in interface:AutoCloseable
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java1912 * the LocalOnlyHotspot is no longer needed using {@link LocalOnlyHotspotReservation#close()}.
1916 * they are done using it. Additionally, once {@link LocalOnlyHotspotReservation#close()} is
1987 * This method should not be called by applications. Instead, they should call the close()
2328 * LocalOnlyHotspotReservation#close()}. Once this happens, the application will not receive
2342 mCloseGuard.open("close");
2350 public void close() { method in class:WifiManager.LocalOnlyHotspotReservation
2353 mCloseGuard.close();
2365 close();
2392 * application calls {@link LocalOnlyHotspotReservation#close()}.
2504 mCloseGuard.open("close");
2508 public void close() { method in class:WifiManager.LocalOnlyHotspotSubscription
[all...]
/frameworks/base/wifi/java/android/net/wifi/aware/
H A DDiscoverySession.java41 * The {@link #close()} method must be called to destroy discovery sessions once they are
100 public void close() { method in class:DiscoverySession
109 mCloseGuard.close();
126 mCloseGuard.close();
135 close();
H A DWifiAwareSession.java70 public void close() { method in class:WifiAwareSession
79 mCloseGuard.close();
88 close();
113 * An application must use the {@link DiscoverySession#close()} to
159 * An application must use the {@link DiscoverySession#close()} to
/frameworks/base/wifi/java/android/net/wifi/hotspot2/omadm/
H A DXMLNode.java68 public void close() { method in class:XMLNode
/frameworks/compile/libbcc/lib/
H A DFileBase.cpp75 close();
222 void FileBase::close() { function in class:FileBase
228 ::close(mFD);
/frameworks/compile/mclinker/lib/Support/
H A DFileHandle.cpp39 close();
124 bool FileHandle::close() { function in class:mcld::FileHandle
131 if (::close(m_Handler) == -1) {
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/ex/common/java/com/android/common/widget/
H A DCompositeCursorAdapter.java107 cursor.close();
117 // TODO: Is this really what this is supposed to do? Just remove the cursors? Not close them?
131 public void close() { method in class:CompositeCursorAdapter
135 cursor.close();
220 prevCursor.close();
/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
H A Dbufferhub_rpc.h114 void close() { fence_.Close(); } function in class:android::dvr::FenceHandle
/frameworks/native/opengl/libs/EGL/
H A DLoader.cpp254 void Loader::close(void* driver) function in class:android::Loader
/frameworks/native/services/displayservice/
H A DDisplayEventReceiver.cpp154 Return<Status> DisplayEventReceiver::close() { function in class:android::frameworks::displayservice::V1_0::implementation::DisplayEventReceiver
/frameworks/native/services/inputflinger/
H A DEventHub.cpp164 close();
169 void EventHub::Device::close() { function in class:android::EventHub::Device
171 ::close(fd);
242 ::close(mEpollFd);
243 ::close(mINotifyFd);
244 ::close(mWakeReadPipeFd);
245 ::close(mWakeWritePipeFd);
1094 close(fd);
1103 close(fd);
1111 close(f
[all...]
/frameworks/native/services/surfaceflinger/
H A DBarrier.h42 void close() { function in class:android::Barrier
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapRfcommTransport.java46 public void close() throws IOException { method in class:BluetoothMapRfcommTransport
47 mSocket.close();
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java590 public void close() { method in class:ImsCall
593 mSession.close();
596 logi("close :: Cannot close Null call session!");
1582 call.close();
H A DImsManager.java1561 public void close(int sessionId) throws ImsException { method in class:ImsManager
1567 throw new ImsException("close()", e,
H A DImsServiceBase.java50 public void close(int serviceId) { method in class:ImsServiceBase.ImsServiceBinder

Completed in 1410 milliseconds

<<1112