Searched refs:on (Results 176 - 200 of 268) sorted by relevance

1234567891011

/frameworks/av/camera/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/av/media/img_utils/src/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/
H A Dbuild_vc.pl11 * distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/
H A Dbuild_vc.pl11 * distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/
H A Dbuild_vc.pl11 * distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/av/services/camera/libcameraservice/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothPan.java11 * distributed under the License is distributed on an "AS IS" BASIS,
188 public void onBluetoothStateChange(boolean on) throws RemoteException {
190 if (on) {
191 Log.d(TAG, "onBluetoothStateChange(on) call bindService");
211 * <p> This API returns false in scenarios like the profile on the
212 * device is already connected or Bluetooth is not turned on.
222 * @return false on immediate error,
244 * <p> This API will return false in scenarios like the profile on the
263 * @return false on immediate error,
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/data/fonts/
H A Dfonts.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/libs/androidfw/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/media/mca/filterfw/jni/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/packages/InputDevices/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/packages/SystemUI/tests/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/packages/WAPPushManager/tests/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/services/
H A DAndroid.mk66 # services that we depend on. This differs from the above condition
/frameworks/ex/common/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/minikin/sample/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/multidex/library/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/native/libs/binder/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/native/libs/input/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/native/libs/ui/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/opt/photoviewer/sample/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/support/v13/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/support/v7/recyclerview/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecLocalDeviceTv.java11 * distributed under the License is distributed on an "AS IS" BASIS,
130 // Set of physical addresses of CEC switches on the CEC bus. Managed independently from
329 * Returns the previous port id kept to handle input switching on <Inactive Source>.
579 // Ignore if [Device Discovery Action] is going on.
785 // which turns on and off system audio according to last system
839 void setSystemAudioMode(boolean on, boolean updateSetting) { argument
840 HdmiLogger.debug("System Audio Mode change[old:%b new:%b]", mSystemAudioActivated, on);
843 mService.writeBooleanSetting(Global.HDMI_SYSTEM_AUDIO_ENABLED, on);
845 updateAudioManagerForSystemAudio(on);
847 if (mSystemAudioActivated != on) {
854 updateAudioManagerForSystemAudio(boolean on) argument
[all...]

Completed in 4308 milliseconds

1234567891011