/frameworks/base/core/java/android/os/ |
D | IProcessInfoService.aidl | 27 void getProcessStatesFromPids(in int[] pids, out int[] states); in getProcessStatesFromPids() 34 void getProcessStatesAndOomScoresFromPids(in int[] pids, out int[] states, out int[] scores); in getProcessStatesAndOomScoresFromPids()
|
/frameworks/native/libs/binder/include_processinfo/processinfo/ |
D | ProcessInfoService.h | 56 /*out*/ int32_t* states) { in getProcessStatesFromPids() 72 /*out*/ int32_t* states, /*out*/ int32_t *scores) { in getProcessStatesScoresFromPids()
|
/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/ |
D | StateWaiter.java | 120 public int waitForAnyOfStates(Collection<Integer> states, final long timeoutMs) { in waitForAnyOfStates() 180 public void appendStateNames(StringBuilder s, Collection<Integer> states) { in appendStateNames() 212 private Collection<Integer> checkStateCollectionInRange(Collection<Integer> states) { in checkStateCollectionInRange()
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3OutputUtils.cpp | 56 CaptureOutputStates& states, in fixupMonochromeTags() 128 void insertResultLocked(CaptureOutputStates& states, CaptureResult *result, uint32_t frameNumber) { in insertResultLocked() 168 void sendPartialCaptureResult(CaptureOutputStates& states, in sendPartialCaptureResult() 215 CaptureOutputStates& states, in sendCaptureResult() 413 void removeInFlightMapEntryLocked(CaptureOutputStates& states, int idx) { in removeInFlightMapEntryLocked() 422 void removeInFlightRequestIfReadyLocked(CaptureOutputStates& states, int idx) { in removeInFlightRequestIfReadyLocked() 501 void processCaptureResult(CaptureOutputStates& states, const camera_capture_result *result) { in processCaptureResult() 695 CaptureOutputStates& states, in processOneCaptureResultLocked() 965 void notifyShutter(CaptureOutputStates& states, const camera_shutter_msg_t &msg) { in notifyShutter() 1043 void notifyError(CaptureOutputStates& states, const camera_error_msg_t &msg) { in notifyError() [all …]
|
D | Camera3OfflineSession.cpp | 177 FlushInflightReqStates states { in disconnectImpl() local 251 CaptureOutputStates states { in processCaptureResult_3_4() local 291 CaptureOutputStates states { in processCaptureResult() local 326 CaptureOutputStates states { in notify() local 358 RequestBufferStates states { in requestStreamBuffers() local 375 ReturnBufferStates states { in returnStreamBuffers() local
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | StatusBarStateEventTest.kt | 39 val states = listOf( in <lambda>() constant
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/ |
D | FakeStatusBarIconController.java | 65 public void setMobileIcons(String slot, List<MobileIconState> states) { in setMobileIcons() 69 public void setCallStrengthIcons(String slot, List<CallIndicatorIconState> states) { in setCallStrengthIcons() 73 public void setNoCallingIcons(String slot, List<CallIndicatorIconState> states) { in setNoCallingIcons()
|
/frameworks/native/libs/binder/ |
D | ProcessInfoService.cpp | 30 /*out*/ int32_t* states) { in getProcessStatesImpl() 61 /*in*/ int32_t* pids, /*out*/ int32_t* states, in getProcessStatesScoresImpl()
|
D | IProcessInfoService.cpp | 32 /*out*/ int32_t* states) in getProcessStatesFromPids() 53 /*in*/ int32_t* pids, /*out*/ int32_t* states, /*out*/ int32_t* scores) in getProcessStatesAndOomScoresFromPids()
|
/frameworks/base/core/java/android/hardware/lights/ |
D | SystemLightsManager.java | 172 LightState[] states = new LightState[stateList.size()]; in requestLights() local 176 mService.setLightStates(getToken(), ids, states); in requestLights() local
|
D | ILightsManager.aidl | 32 void setLightStates(in IBinder sessionToken, in int[] lightIds, in LightState[] states); in setLightStates()
|
/frameworks/base/core/java/android/util/ |
D | StateSet.java | 254 public static int[] trimStateSet(int[] states, int newSize) { in trimStateSet() 264 public static String dump(int[] states) { in dump()
|
/frameworks/base/core/tests/coretests/src/android/hardware/input/ |
D | InputDeviceLightsManagerTest.java | 167 LightState[] states = new LightState[]{new LightState(0xf1), new LightState(0xf2), in testControlMultipleLights() local 217 LightState[] states = new LightState[]{new LightState(0xf1, PLAYER_ID)}; in testControlPlayerIdLight() local
|
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/ |
D | BlockingStateCallback.java | 172 public int waitForAnyOfStates(Collection<Integer> states, final long timeout) { in waitForAnyOfStates() 229 public static void appendStates(StringBuilder s, Collection<Integer> states) { in appendStates()
|
D | BlockingOfflineSessionCallback.java | 189 public int waitForAnyOfStates(Collection<Integer> states, final long timeout) { in waitForAnyOfStates() 246 public static void appendStates(StringBuilder s, Collection<Integer> states) { in appendStates()
|
/frameworks/opt/colorpicker/src/com/android/colorpicker/ |
D | ColorStateDrawable.java | 40 protected boolean onStateChange(int[] states) { in onStateChange()
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
D | CameraStateHolder.java | 121 public boolean waitForStates(final int states) { in waitForStates()
|
/frameworks/base/core/java/android/text/method/ |
D | KeyListener.java | 84 public void clearMetaKeyState(View view, Editable content, int states); in clearMetaKeyState()
|
/frameworks/base/core/java/android/app/ |
D | ActivityGroup.java | 55 Bundle states = savedInstanceState != null in onCreate() local
|
/frameworks/base/core/java/android/content/res/ |
D | ColorStateList.java | 174 public ColorStateList(int[][] states, @ColorInt int[] colors) { in ColorStateList() 671 final int[] states = stateSpecs[specIndex]; in hasState() local 700 final int[][] states = mStateSpecs; in onColorsChanged() local
|
/frameworks/base/services/core/java/com/android/server/devicestate/ |
D | DeviceStateManagerShellCommand.java | 127 DeviceState[] states = mService.getSupportedStates(); in runPrintStates() local
|
/frameworks/base/services/core/java/com/android/server/apphibernation/ |
D | HibernationStateDiskStore.java | 142 private void writeStateProto(List<T> states) { in writeStateProto()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | StateListDrawable.java | 185 final int[] states = extractStateSet(attrs); in inflateChildElements() local 216 int[] states = new int[numAttrs]; in extractStateSet() local
|
/frameworks/base/services/core/java/com/android/server/powerstats/ |
D | StatsPullAtomCallbackImpl.java | 117 Map<Integer, String> states = new HashMap(); in initSubsystemSleepState() local
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothHealth.java | 308 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates()
|