HomeSort by relevance Sort by last modified time
    Searched full:system (Results 2201 - 2225 of 46866) sorted by null

<<81828384858687888990>>

  /external/webrtc/webrtc/sound/
platformsoundsystemfactory.cc 29 LOG(LS_ERROR) << "Can't initialize platform's sound system";
37 // We do not delete the sound system because we might be re-initialized soon.
  /frameworks/av/media/libnbaio/
Android.bp 29 // link against libnbaio and system modules can't link against libnbaio_mono. The rest of libnbaio
69 include_dirs: ["system/media/audio_utils/include"],
  /frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Settings/
strategy_for_stream.pfw 6 # NOTE: SYSTEM stream uses MEDIA strategy because muting music and switching outputs
9 /Policy/policy/streams/system/applicable_strategy/strategy = media
volumes.pfw 5 /Policy/policy/streams/system/applicable_volume_profile/volume_profile = system
  /frameworks/base/core/java/android/accessibilityservice/
package.html 9 receives callbacks by the system when {@link android.view.accessibility.AccessibilityEvent}s
17 {@link android.accessibilityservice.AccessibilityService}. The system notifies an
  /frameworks/base/core/java/android/animation/
package.html 4 These classes provide functionality for the property animation system, which allows you
6 color values are supported by default. You can animate any other type by telling the system how
  /frameworks/base/core/java/android/content/pm/dex/
ArtManagerInternal.java 22 * Art manager local system service interface.
24 * @hide Only for use within the system server.
  /frameworks/base/core/java/com/android/internal/app/
SystemUserHomeActivity.java 22 * Placeholder home activity, which is always installed on the system user. At least one home
23 * activity must be present and enabled in order for the system to boot.
  /frameworks/base/core/java/com/android/internal/logging/
EventLogTags.logtags 1 # See system/core/logcat/event.logtags for a description of the format of this file.
17 # Generic event for logging when we write system files.
  /frameworks/base/core/tests/coretests/src/android/content/
ContentQueryMapTest.java 59 Settings.System.putString(r, "test", "Value");
61 Settings.System.CONTENT_URI,
63 Settings.System.NAME,
64 Settings.System.VALUE,
68 cursor, Settings.System.NAME, true, null);
74 Settings.System.putString(r, "test", "New Value");
76 String value = v.getAsString(Settings.System.VALUE);
84 String value = v.getAsString(Settings.System.VALUE);
  /frameworks/base/core/tests/coretests/src/android/util/
ArrayMapTest.java 46 System.out.println("Starting ArrayMap concurrency test");
59 System.out.println("[successfully caught CME at put #" + i
63 System.out.print(".");
71 System.out.print("X");
80 System.out.println(
86 System.out.println();
98 System.out.print(".");
102 System.out.print("X");
  /frameworks/base/libs/androidfw/tests/data/app/
build 23 -I ../system/system.apk \
  /frameworks/base/packages/InputDevices/
AndroidManifest.xml 4 android:sharedUserId="android.uid.system">
9 android:process="system"
  /frameworks/base/packages/SettingsProvider/
AndroidManifest.xml 4 android:sharedUserId="android.uid.system">
8 android:process="system"
  /frameworks/base/services/core/java/com/android/server/
NetworkManagementInternal.java 20 * NetworkManagement local system service interface.
22 * @hide Only for use within the system server.
  /frameworks/base/tests/UsageStatsTest/
AndroidManifest.xml 4 Note: Add android:sharedUserId="android.uid.system" to the root element to simulate the system UID
  /hardware/broadcom/wlan/bcmdhd/config/
config-bcm.mk 19 hardware/broadcom/wlan/bcmdhd/config/wpa_supplicant_overlay.conf:system/etc/wifi/wpa_supplicant_overlay.conf \
20 hardware/broadcom/wlan/bcmdhd/config/p2p_supplicant_overlay.conf:system/etc/wifi/p2p_supplicant_overlay.conf
  /hardware/interfaces/tv/cec/1.0/
IHdmiCecCallback.hal 22 * the system of new CEC message arrival.
28 * the system of new hotplug event.
  /hardware/libhardware/modules/camera/3_0/
Android.bp 20 "system/core/include",
21 "system/media/camera/include",
  /hardware/libhardware/modules/sensors/
multihal.h 24 // Depracated because system partition HAL config file does not satisfy treble requirements.
25 static const char* DEPRECATED_MULTI_HAL_CONFIG_FILE_PATH = "/system/etc/sensors/hals.conf";
  /hardware/qcom/neuralnetworks/hvxservice/1.0/
android.hardware.neuralnetworks@1.0-service-hvx.rc 19 user system
20 group system
  /hardware/ril/
CleanSpec.mk 50 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/bin/rild)
51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/bin/rild)
52 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/init/rild.rc)
53 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/libril.so)
54 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib64/libril.so)
55 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/librilutils.so)
56 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib64/librilutils.so)
57 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/vendor/etc/init/rild.rc)
  /hardware/ril/include/telephony/
librilutils.h 27 * Return system time in nanos.
30 * return the same value as System.nanoTime in java.
  /libcore/benchmarks/src/benchmarks/
SystemArrayCopyBenchmark.java 33 System.arraycopy(src, 0, dst, 0, len);
42 System.arraycopy(src, 0, dst, 0, len);
51 System.arraycopy(src, 0, dst, 0, len);
60 System.arraycopy(src, 0, dst, 0, len);
69 System.arraycopy(src, 0, dst, 0, len);
78 System.arraycopy(src, 0, dst, 0, len);
87 System.arraycopy(src, 0, dst, 0, len);
96 System.arraycopy(src, 0, dst, 0, len);
  /libcore/luni/src/main/java/android/system/
Int32Ref.java 17 package android.system;
21 * A signed 32bit integer reference suitable for passing to lower-level system calls.

Completed in 1532 milliseconds

<<81828384858687888990>>