/device/generic/goldfish/camera/ |
EmulatedQemuCamera.h | 22 * functionality of an emulated camera connected to the host. 30 /* Encapsulates functionality of an emulated camera connected to the host.
|
EmulatedQemuCameraDevice.h | 22 * an emulated camera device connected to the host. 32 /* Encapsulates an emulated camera device connected to the host. 49 * device_name - Name of the camera device connected to the host. The name 51 * service when it listed camera devices connected to the host. 116 /* Name of the camera device connected to the host. */
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/ |
BlockIoDxe.uni | 5 // Once connected it installs EfiBlockIoProtocol on top of legacy BIOS int13.
23 #string STR_MODULE_DESCRIPTION #language en-US "This is the UEFI driver to thunk legacy BIOS int13 interface into the UEFI block IO interface. Once connected, it installs EfiBlockIoProtocol on top of legacy BIOS int13."
|
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/ |
PlatformBootManagerLib.h | 22 Do the platform specific action before the console is connected.
36 Do the platform specific action after the console is connected.
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PlatformBootManagerLibNull/ |
PlatformBootManager.c | 20 Do the platform specific action before the console is connected.
37 Do the platform specific action after the console is connected.
|
/external/autotest/client/site_tests/network_3GDormancyDance/ |
network_3GDormancyDance.py | 71 elif args[0] == 'Connected': 119 raise error.TestFail('Connected while not in state Connecting') 120 print 'Connected' 142 connected = False 151 connected = True 162 if powered and connected: 165 elif powered and (not connected): 168 elif (not powered) and (not connected):
|
/external/autotest/server/site_tests/platform_InstallRecoveryImage/ |
control | 15 This test installs a specified recovery image onto a servo-connected DUT. 16 This is useful for testing the recovery process and imaging servo-connected
|
/external/cros/system_api/dbus/power_manager/ |
power_supply_properties.proto | 17 // AC/line/mains or USB PD power is connected. This is typically the 21 // A low-power USB source (SDP, DCP, CDP, or ACA) is connected. 24 // No external power source is connected. 38 // connected but not supplying enough power to offset the system's 78 // The charging port to which this power source is connected. 89 // when connected (assuming there isn't another |active_by_default| source 103 // Currently-connected external power sources. 131 // True if it is possible for some connected devices to function as either
|
/external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/ |
InterfaceRequest.java | 21 * The handle which will be sent and will be connected to the implementation. 28 * @param handle the handle which will be sent and will be connected to the implementation.
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/ |
DisplayAnalyzer.h | 36 void postHotplugEvent(bool connected); 54 void handleHotplugEvent(bool connected);
|
/libcore/ojluni/src/main/java/sun/net/ |
ProgressSource.java | 36 public enum State { NEW, CONNECTED, UPDATE, DELETE }; 53 private boolean connected = false; field in class:ProgressSource 81 public boolean connected() { method in class:ProgressSource 82 if (!connected) { 83 connected = true; 84 state = State.CONNECTED; 166 if (connected() == false) 167 state = State.CONNECTED;
|
/packages/apps/Settings/src/com/android/settings/vpn2/ |
AppDialogFragment.java | 47 private static final String ARG_CONNECTED = "connected"; 68 boolean managing, boolean connected) { 69 if (!managing && !connected) { 73 show(parent, null, packageInfo, label, managing, connected); 77 String label, boolean managing, boolean connected) { 86 args.putBoolean(ARG_CONNECTED, connected); 106 boolean connected = args.getBoolean(ARG_CONNECTED); 118 if (connected && !isUiRestricted()) {
|
/packages/services/Car/car-support-lib/src/android/support/car/ |
CarConnectionCallback.java | 25 * Called when the Car has been connected. Does not guarantee the car is still connected
|
/system/update_engine/update_manager/ |
shill_provider.h | 37 // connected. 41 // not connected.
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothPbap.java | 46 * Android only supports one connected Bluetooth Pce at a time. 77 /** No client currently connected */ 81 /** Client is currently connected */ 91 * been connected to the BluetoothPbap service. 96 * connected to the BluetoothPbap service. Clients must wait for 211 * object is currently not connected to the Pbap service. 230 * Get the currently connected remote Bluetooth device (PCE). 231 * @return The remote Bluetooth device, or null if not in connected or 232 * connecting state, or if this proxy object is not connected to 252 * Returns true if the specified Bluetooth device is connected (does no [all...] |
/hardware/qcom/display/msm8084/libhwcomposer/ |
hwc_uevents.cpp | 123 ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].connected = false; 129 /* Need to send hotplug only when connected WFD in proprietary path */ 173 /* Display not connected */ 174 if(!ctx->dpyAttr[dpy].connected){ 182 ctx->dpyAttr[dpy].connected = false; 200 ctx->mQService->onHdmiHotplug((int)ctx->dpyAttr[dpy].connected); 206 /* Display already connected */ 207 if(ctx->dpyAttr[dpy].connected) { 218 //fail, since Layer Mixer#0 is still connected to WriteBack. 230 if(ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].connected) { [all...] |
/hardware/qcom/gps/msm8998/android/ |
AGnssRil.cpp | 40 static bool sendConnectionEvent(const bool connected, const int8_t type); 50 Return<bool> AGnssRil::updateNetworkState(bool connected, NetworkType type, bool roaming) { 54 sendConnectionEvent(connected, (int8_t)type); 91 static inline bool sendConnectionEvent(const bool connected, const int8_t type) { 100 ss << " " << (connected ? "1" : "0");
|
/hardware/qcom/gps/sdm845/android/ |
AGnssRil.cpp | 40 static bool sendConnectionEvent(const bool connected, const uint8_t type); 50 Return<bool> AGnssRil::updateNetworkState(bool connected, NetworkType type, bool roaming) { 54 sendConnectionEvent(connected, (uint8_t)type); 91 static inline bool sendConnectionEvent(const bool connected, const uint8_t type) { 100 ss << " " << (connected ? "1" : "0");
|
/system/bt/stack/include/ |
l2cap_client.h | 29 void (*connected)(l2cap_client_t* client, void* context); member in struct:__anon113897 56 // with either a 'connected' callback (success) or a 'disconnected' callback 65 // Disconnects a connected |client|. This function is asynchronous and 70 // Returns true if |client| is connected and is ready to accept data written 74 // Writes data contained in |packet| to a connected |client|. This function
|
/libcore/ojluni/src/main/java/java/nio/channels/ |
DatagramChannel.java | 43 * connected. A datagram channel need not be connected in order for the {@link #send 45 * connected, by invoking its {@link #connect connect} method, in order to 47 * every send and receive operation. A datagram channel must be connected in 52 * <p> Once connected, a datagram channel remains connected until it is 53 * disconnected or closed. Whether or not a datagram channel is connected may 135 * connected. 164 * connected. 240 * Tells whether or not this channel's socket is connected [all...] |
/external/autotest/client/site_tests/network_3GDisconnectFailure/ |
network_3GDisconnectFailure.py | 154 @return True, if service is connected. 202 Fails if the service doesn't remain connected. 219 # Service should remain connected. 221 raise error.TestError('Service should remain connected after ' 228 service doesn't remain connected. 241 # Issue first disconnect. Service should remain connected. 245 raise error.TestError('Service should remain connected after ' 253 # Issue second disconnect. Service should remain connected. 257 raise error.TestError('Service should remain connected after ' 289 failure while it is CONNECTED. The expected behavior of shill is to d [all...] |
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/ |
NetworkState.java | 99 Log.v(LOG_TAG, "Transition to CONNECTED"); 140 // Transition from CONNECTED -> DISCONNECTED: CONNECTED->DISCONNECTING->DISCONNECTED 143 if (mStateDepository.get(0) != State.CONNECTED) { 144 str.append(String.format(" Initial state should be CONNECTED, but it is %s.", 159 if ((preState == State.CONNECTED) && ((curState == State.DISCONNECTING) || 201 (curState == State.CONNECTED) || (curState == State.DISCONNECTED))) { 203 } else if ((preState == State.CONNECTING) && (curState == State.CONNECTED)) { 205 } else if ((preState == State.CONNECTED) && (curState == State.CONNECTED)) { [all...] |
/frameworks/base/services/core/java/com/android/server/job/controllers/ |
ConnectivityController.java | 112 final boolean connected = (info != null) && info.isConnected(); 113 final boolean connectionUsable = connected && validated; 115 final boolean metered = connected && (capabilities != null) 117 final boolean unmetered = connected && (capabilities != null) 119 final boolean notRoaming = connected && (info != null) 128 // Track system-uid connected/validated as a general reportable proxy for the 131 mConnected = connected; 138 + " connected=" + connected 237 pw.print("Connectivity: connected=") [all...] |
/hardware/intel/img/hwcomposer/merrifield/common/base/ |
Drm.cpp | 115 ITRACE("device %d is not connected", device); 122 output->connected = true; 224 } else if (output->connected) { 263 if (!output->connected) { 264 ETRACE("device is not connected"); 307 if (!output->connected) { 308 ETRACE("device is not connected"); 425 if (output->connected == false) { 426 ETRACE("device is not connected"); 449 if (output->connected == false) [all...] |
/external/autotest/server/site_tests/network_FirewallHolePunchServer/ |
network_FirewallHolePunchServer.py | 31 connected = False 34 connected = True 35 logging.debug('Connected to client') 39 return connected 58 def functional_test(self, test_error, test_fail, connected): 65 @param connected: boolean test if the connection attempt should have 76 if self.connect_to_dut() is connected:
|