Searched defs:close (Results 276 - 298 of 298) sorted by relevance

<<1112

/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/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,
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipService.java202 public synchronized void close(String localProfileUri, String opPackageName) { method in class:SipService
203 if (!canUseSip(opPackageName, "close")) {
209 if (DBG) log("only creator or radio can close this profile");
215 group.close();
553 mSipGroup.close();
558 public void close() { method in class:SipService.SipSessionGroupExt
560 mSipGroup.close();
562 if (SSGE_DBG) log("close: " + obfuscateSipUri(getUri()) + ": "
691 mGroup.close();
H A DSipSessionGroup.java171 socket.close();
174 socket.close();
184 close();
239 public synchronized void close() { method in class:SipSessionGroup
240 if (DBG) log("close: " + SipService.obfuscateSipUri(mLocalProfile.getUriString()));
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp808 close(fd);
1572 close();
1905 // we must close the previous output before opening a new one
2155 mCallbackData->endTrackSwitch(); // release lock for callbacks before close.
2197 void MediaPlayerService::AudioOutput::close() function in class:android::MediaPlayerService::AudioOutput
2199 ALOGV("close");
/frameworks/base/core/java/android/view/
H A DWindow.java1219 public void setCloseOnTouchOutside(boolean close) { argument
1220 mCloseOnTouchOutside = close;
1225 public void setCloseOnTouchOutsideIfNotSet(boolean close) { argument
1227 mCloseOnTouchOutside = close;
1878 * preparing to close, for example after a call to
1888 * is preparing to close.
1938 * preparing to close, for example after a call to
1946 * is preparing to close.
2289 * Called to set flag to check if the close on swipe is enabled. This will only function if
2298 * @return {@code true} if the close o
[all...]
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp320 status_t close();
370 status_t JniOutputStream::close() { function in class:JniOutputStream
389 status_t close();
459 status_t JniInputStream::close() { function in class:JniInputStream
478 status_t close();
531 status_t JniInputByteBuffer::close() { function in class:JniInputByteBuffer
/frameworks/base/media/java/android/media/
H A DMediaCodec.java2684 * needs to be <i>reasonably close</i> to the current {@link System#nanoTime}.
2696 * <li>if the timestamp is <em>not</em> "reasonably close" to the current system
2810 mImage.close();
3535 public void close() { method in class:MediaCodec.MediaImage
H A DMediaPlayer.java976 afd.close();
1166 is.close();
1178 * responsibility to close the file descriptor. It is safe to do so as soon
1201 * to close the file descriptor. It is safe to do so as soon as this call returns.
1217 * to close the file descriptor. It is safe to do so as soon as this call returns.
1998 mTimeProvider.close();
2024 is.close();
2034 mTimeProvider.close();
2633 scanner.close();
2717 is.close();
5183 public void close() { method in class:MediaPlayer.TimeProvider
[all...]
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java1647 * close() when you are done with this ActiveSyncContext, whether the sync succeeded
1734 protected void close() { method in class:SyncManager.ActiveSyncContext
3191 activeSyncContext.close();
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp122 session->close();
171 mInterface->close();
190 mInterface->close();
250 // Continue to close device even in case of error
255 // Continue to close device even in case of error
300 // Call close without internal mutex held, as the HAL close may need to
302 interface->close();
3308 status_t Camera3Device::HalInterface::close() { function in class:android::Camera3Device::HalInterface
3309 ATRACE_NAME("CameraHal::close()");
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DAlarmManagerService.java1017 close(mNativeData);
2143 private native void close(long nativeData); method in class:AlarmManagerService
H A DStorageManagerService.java1527 (new FileOutputStream(mLastMaintenanceFile)).close();
3044 public void close() throws Exception { method in class:StorageManagerService.AppFuseMountScope
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java1375 accounts.accountsDb.close();
2396 cursor.close();
4691 close(); // this clears mResponse so we need to save the response before this call
4734 private void close() { method in class:AccountManagerService.Session
4755 close();
/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/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jar ... .DelegatedHdf newDelegatedHdf (org.clearsilver.HDF) public void close () public boolean readFile (java.lang.String) throws java ...
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java8703 parallelPackageParser.close();
8727 pw.close();
10134 jarFile.close();
15629 // platform builds as close as possible to the behavior of non-debuggable
23546 public void close() { method in class:PackageManagerService.PackageFreezer
[all...]
/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. ...

Completed in 4974 milliseconds

<<1112