/libcore/support/src/test/java/tests/http/ |
MockWebServer.java | 208 executor.shutdown(); 210 logger.log(Level.WARNING, "MockWebServer executor shutdown failed", e); 235 public void shutdown() throws IOException { method in class:MockWebServer 282 shutdown();
|
/libcore/support/src/test/java/tests/support/ |
Support_Exec.java | 113 executorService.shutdown();
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
BluetoothMapMasInstance.java | 401 public void shutdown() { method in class:BluetoothMapMasInstance 403 Log.d(mTag, "MAP Service shutdown"); 438 sockets.shutdown(block); 499 Log.e(mTag, "Failed to accept incomming connection - " + "shutdown");
|
BluetoothMnsObexClient.java | 212 * Shutdown the MNS. 214 public synchronized void shutdown() { method in class:BluetoothMnsObexClient 215 /* should shutdown handler thread first to make sure 418 // We need to check for null, to handle shutdown.
|
/packages/apps/Camera2/src/com/android/camera/one/v2/commands/ |
CameraCommandExecutor.java | 131 // Shutdown immediately by interrupting all currently-executing
|
/packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/ |
TranscriptionRatingService.java | 81 factory.shutdown();
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ContactsTaskScheduler.java | 118 // Schedule thread shutdown.
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
DownloadJobService.java | 90 // If the thread is still running, ask it to gracefully shutdown,
|
/packages/providers/TvProvider/tests/src/com/android/providers/tv/ |
ColumnFilterTest.java | 66 mProvider.shutdown();
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
mroute.h | 20 #define MRT_DONE (MRT_BASE+1) /* Shutdown the kernel mroute */
|
mroute6.h | 20 #define MRT6_DONE (MRT6_BASE+1) /* Shutdown the kernel mroute */
|
/prebuilts/go/darwin-x86/src/internal/poll/ |
fd_unix.go | 106 // Shutdown wraps the shutdown network call. 107 func (fd *FD) Shutdown(how int) error { 112 return syscall.Shutdown(fd.Sysfd, how)
|
/prebuilts/go/linux-x86/src/internal/poll/ |
fd_unix.go | 106 // Shutdown wraps the shutdown network call. 107 func (fd *FD) Shutdown(how int) error { 112 return syscall.Shutdown(fd.Sysfd, how)
|
/prebuilts/misc/common/swig/include/2.0.11/php/ |
php.swg | 24 // use %shutdown %{ " /*code goes here*/ " %} to 26 #define %shutdown %insert("shutdown") 27 #define %mshutdown %insert("shutdown")
|
/prebuilts/misc/windows/sdl2/test/ |
testautomation_main.c | 67 SDLTest_AssertCheck( (SDL_WasInit(subsystem) & subsystem) == 0, "SDL_WasInit(%x) after shutdown should be false", subsystem );
|
/prebuilts/vndk/v27/arm/arch-arm-armv7-a-neon/shared/vndk-core/ |
libaudioutils.so | |
/prebuilts/vndk/v27/arm64/arch-arm-armv7-a-neon/shared/vndk-core/ |
libaudioutils.so | |
/system/bt/hci/src/ |
btsnoop_net.cc | 69 shutdown(listen_socket_, SHUT_RDWR);
|
/system/bt/internal_include/ |
bte.h | 32 /* By default on shutdown, the baud rate is reset to 115kbits. This should NOT
|
/system/bt/main/ |
bte_main.cc | 23 * Description: Contains BTE core stack initialization and shutdown code
|
/system/bt/service/ |
daemon.cc | 175 void Daemon::ShutDown() {
|
/system/bt/stack/btu/ |
btu_task.cc | 137 // Shutdown message loop on task completed
|
/system/bt/udrv/ulinux/ |
uipc.cc | 498 /* request shutdown of read thread */ 574 /* special case handling uipc shutdown */ 581 BTIF_TRACE_DEBUG("UIPC_Close : waiting for shutdown to complete"); 583 BTIF_TRACE_DEBUG("UIPC_Close : shutdown complete");
|
/system/libhwbinder/include/hwbinder/ |
IPCThreadState.h | 79 static void shutdown();
|
/system/netd/libnetdutils/include/netdutils/ |
MockSyscalls.h | 59 MOCK_CONST_METHOD2(shutdown, Status(Fd fd, int how));
|