Home
last modified time | relevance | path

Searched defs:disconnected (Results 1 – 25 of 167) sorted by relevance

1234567

/aosp_15_r20/external/pandora/bt-test-interfaces/pandora/
Da2dp.proto191 google.protobuf.Empty disconnected = 2; field
208 google.protobuf.Empty disconnected = 2; field
225 google.protobuf.Empty disconnected = 2; field
242 google.protobuf.Empty disconnected = 2; field
273 google.protobuf.Empty disconnected = 3; field
295 google.protobuf.Empty disconnected = 3; field
/aosp_15_r20/packages/modules/Permission/tests/utils/safetycenter/java/com/android/safetycenter/testing/
DTestNotificationListener.kt92 private val disconnected = ConditionVariable(true) in <lambda>() constant
/aosp_15_r20/frameworks/base/core/java/android/service/games/
H A DIGameService.aidl30 void disconnected(); in disconnected() method
/aosp_15_r20/external/libchrome/mojo/core/
H A Dinvitation_unittest.cc578 bool disconnected() { in disconnected() function in mojo::core::__anond28e84df0111::RemoteProcessState
591 void NotifyError(const std::string& error_message, bool disconnected) { in NotifyError()
/aosp_15_r20/external/perfetto/src/trace_processor/sqlite/
H A Dmodule_lifecycle_manager.h76 bool disconnected = false; member
/aosp_15_r20/external/pandora/avatar/avatar/cases/
Dle_security_test.py109 Literal['disconnected'],
Dsecurity_test.py151 Literal['disconnected'],
/aosp_15_r20/external/aws-crt-java/samples/CustomKeyOps/src/main/java/com/example/customkeyops/
H A DCustomKeyOps.java253 CompletableFuture<Void> disconnected = connection.disconnect(); in main() local
/aosp_15_r20/frameworks/av/media/libaaudio/examples/write_sine/src/
H A Dwrite_sine_callback.cpp56 bool disconnected = false; in testOpenPlayClose() local
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/win32/
H A Dapr_arch_networkio.h40 apr_int32_t disconnected; member
/aosp_15_r20/external/wmediumd/wmediumd/inc/usfstl/
H A Dvhost.h33 void (*disconnected)(struct usfstl_vhost_user_dev *dev); member
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNetworkSelector.java947 public final boolean disconnected; field in WifiNetworkSelector.ClientModeManagerState
973 ClientModeManagerState(@NonNull String ifaceName, boolean connected, boolean disconnected, in ClientModeManagerState()
/aosp_15_r20/cts/tests/tests/media/misc/src/android/media/misc/cts/
H A DNativeDecoderTest.java224 public SlowHttpServerConnection(CountDownLatch disconnected, int delayMillis) { in SlowHttpServerConnection()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/network_io/win32/
H A Dsendrecv.c270 int disconnected = 0; in apr_socket_sendfile() local
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkGpu.h94 bool disconnected() const { return fDisconnected; } in disconnected() function
/aosp_15_r20/cts/tests/tests/externalservice/src/android/externalservice/cts/
H A DExternalServiceTest.java464 boolean disconnected = false; field in ExternalServiceTest.Connection
/aosp_15_r20/external/cronet/base/message_loop/
H A Dmessage_pump_epoll.cc280 const bool disconnected = (events & (EPOLLHUP | EPOLLERR)) != 0; in OnEpollEvent() local
/aosp_15_r20/cts/tests/tests/speech/src/android/speech/tts/cts/
H A DTextToSpeechServiceTest.java79 final SettableFuture<Void> disconnected = SettableFuture.create(); in testNullEngine() local
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-channel/tests/
Dready.rs59 fn disconnected() { in disconnected() function
/aosp_15_r20/external/perfetto/protos/perfetto/trace/profiling/
H A Dprofile_packet.proto161 optional bool disconnected = 6; field
/aosp_15_r20/external/perfetto/src/profiling/memory/
H A Dheapprofd_producer.h187 bool disconnected = false; member
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Darray.rs467 let disconnected = if tail & self.mark_bit == 0 { in disconnect_receivers() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Darray.rs471 let disconnected = if tail & self.mark_bit == 0 { in disconnect_receivers() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Darray.rs471 let disconnected = if tail & self.mark_bit == 0 { in disconnect_receivers() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Darray.rs467 let disconnected = if tail & self.mark_bit == 0 { in disconnect_receivers() localVariable

1234567