/frameworks/av/media/libstagefright/rtsp/ |
ARTSPConnection.h | 57 CONNECTED,
|
/frameworks/av/services/audiopolicy/common/include/ |
policy.h | 76 * where addresses are used to distinguish between one connected device and another
|
/frameworks/av/services/audiopolicy/managerdefault/ |
AudioPolicyManager.h | 51 // Attenuation applied to STRATEGY_SONIFICATION streams when a headset is connected: 6dB 284 // phone state, connected devices... 287 // (device connected,phone state, force use, a2dp output...) 362 // when a device is connected, checks if an open output can be routed 386 // changes: connected device, phone state, force use... 398 // changed: connected device, phone state, force use, output start, output stop.. 405 // changed: connected device, phone state, force use... 519 bool mLimitRingtoneVolume; // limit ringtone volume to music volume if headset connected 581 // where addresses are used to distinguish between one connected device and another.
|
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/ |
UiAutomationShellWrapper.java | 27 throw new IllegalStateException("Already connected!");
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothHealthCallback.java | 59 * @param fd The Parcel File Descriptor when the channel state is connected.
|
IBluetoothGattCallback.aidl | 29 in boolean connected, in String address);
|
IBluetoothGattServerCallback.aidl | 29 in boolean connected, in String address);
|
/frameworks/base/core/java/android/ddm/ |
DdmHandleNativeHeap.java | 48 public void connected() {} method in class:DdmHandleNativeHeap
|
/frameworks/base/core/java/com/android/internal/net/ |
LegacyVpnInfo.java | 82 case CONNECTED:
|
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
ServiceTest.java | 237 // Expect to see the TestConnection connected. 243 // Expect to see the second TestConnection connected. 271 // Expect to see the TestConnection connected. 301 // Expect to see the TestConnection connected.
|
/frameworks/base/docs/html/distribute/googleplay/ |
cast.jd | 9 Chromecast plugged in, an Android TV or a Cast for audio device connected to their
|
/frameworks/base/docs/html/ |
offline.jd | 52 will work if you are not connected to the Internet. Additionally, the online version may contain
|
/frameworks/base/docs/html/training/game-controllers/ |
index.jd | 60 are simultaneously connected.</dd>
|
/frameworks/base/docs/html/training/wearables/notifications/ |
index.jd | 25 <p>When an Android handheld (phone or tablet) and Android wearable are connected, the handheld
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
OutputPort.java | 34 throw new RuntimeException(this + " already connected to " + mTargetPort + "!");
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
HdmiConfig.java | 53 // Do not export the CEC devices connected to a legacy HDMI switch. The usage of legacy
|
/frameworks/base/services/core/java/com/android/server/net/ |
LockdownVpnTracker.java | 58 * connected and kicks off VPN connection, managing any required {@code netd} 121 * connection when ready, or setting firewall rules once VPN is connected. 164 Slog.d(TAG, "Active network connected; starting VPN"); 192 Slog.d(TAG, "VPN connected using iface=" + iface +
|
/frameworks/base/telephony/java/com/android/ims/internal/ |
IImsRegistrationListener.aidl | 28 * Notifies the application when the device is connected to the IMS network.
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
gltrace_transport.h | 84 * Returns the connected client socket on success, or -1 on failure.
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
HWComposer.h | 62 virtual void onHotplugReceived(int disp, bool connected) = 0; 316 int connected); 320 inline void hotplug(int disp, int connected); 333 bool connected; member in struct:android::HWComposer::DisplayData
|
/hardware/intel/common/libmix/mix_audio/src/ |
amhelper.c | 47 mix_log(MIX_AUDIO_COMP, MIX_LOG_LEVEL_VERBOSE, "Successfully connected to AM dbus\npath: %s\ninterface: %s\n",
|
/hardware/intel/img/hwcomposer/merrifield/common/base/ |
DisplayAnalyzer.cpp | 319 void DisplayAnalyzer::postHotplugEvent(bool connected) 321 if (!connected) { 329 e.bValue = connected; 445 void DisplayAnalyzer::handleHotplugEvent(bool connected) 448 if (connected) { 455 ITRACE("External device isn't connected"); 501 // check whether external device is connected, reset refresh rate to match video frame rate 685 // stop idle entry if external device is connected 687 ITRACE("Ignoring idle entry as external device is connected.");
|
/hardware/intel/img/hwcomposer/merrifield/include/ |
Hwcomposer.h | 69 virtual void hotplug(int disp, bool connected);
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/ |
Hwcomposer.h | 65 virtual void hotplug(int disp, bool connected);
|
/hardware/libhardware/include/hardware/ |
hdmi_cec.h | 246 * true if the cable is connected; otherwise false. 248 int connected; member in struct:hotplug_event 335 * by connected HDMI devices. It is therefore likely to change if the cable 406 * Returns HDMI_CONNECTED if a device is connected, otherwise HDMI_NOT_CONNECTED.
|