/frameworks/av/services/camera/libcameraservice/device3/hidl/ |
D | HidlCamera3OfflineSession.cpp | 96 HidlCaptureOutputStates states { in processCaptureResult_3_4() local 138 HidlCaptureOutputStates states { in processCaptureResult() local 175 HidlCaptureOutputStates states { in notify() local 208 RequestBufferStates states { in requestStreamBuffers() local 225 ReturnBufferStates states { in returnStreamBuffers() local
|
D | HidlCamera3OutputUtils.cpp | 54 HidlCaptureOutputStates& states, in processOneCaptureResultLocked() 65 void notify(CaptureOutputStates& states, in notify() 235 void requestStreamBuffers(RequestBufferStates& states, in requestStreamBuffers() 256 void returnStreamBuffers(ReturnBufferStates& states, in returnStreamBuffers()
|
/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/av/services/camera/libcameraservice/device3/aidl/ |
D | AidlCamera3OfflineSession.cpp | 115 AidlCaptureOutputStates states { in processCaptureResult() local 162 AidlCaptureOutputStates states { in notify() local 209 RequestBufferStates states { in requestStreamBuffers() local 242 ReturnBufferStates states { in returnStreamBuffers() local
|
D | AidlCamera3OutputUtils.cpp | 57 AidlCaptureOutputStates& states, in processOneCaptureResultLocked() 69 void notify(CaptureOutputStates& states, in notify() 129 void requestStreamBuffers(RequestBufferStates& states, in requestStreamBuffers() 338 void returnStreamBuffers(ReturnBufferStates& states, in returnStreamBuffers()
|
/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 | 59 CaptureOutputStates& states, in fixupMonochromeTags() 131 void insertResultLocked(CaptureOutputStates& states, CaptureResult *result, uint32_t frameNumber) { in insertResultLocked() 171 void sendPartialCaptureResult(CaptureOutputStates& states, in sendPartialCaptureResult() 218 CaptureOutputStates& states, in sendCaptureResult() 379 void removeInFlightMapEntryLocked(CaptureOutputStates& states, int idx) { in removeInFlightMapEntryLocked() 388 void removeInFlightRequestIfReadyLocked(CaptureOutputStates& states, int idx) { in removeInFlightRequestIfReadyLocked() 467 void processCaptureResult(CaptureOutputStates& states, const camera_capture_result *result) { in processCaptureResult() 835 void notifyShutter(CaptureOutputStates& states, const camera_shutter_msg_t &msg) { in notifyShutter() 926 void notifyError(CaptureOutputStates& states, const camera_error_msg_t &msg) { in notifyError() 1034 void notify(CaptureOutputStates& states, const camera_notify_msg *msg) { in notify() [all …]
|
D | Camera3OutputUtilsTemplated.h | 149 StatesType& states, in processOneCaptureResultLockedT() 295 void returnStreamBuffersT(ReturnBufferStates& states, in returnStreamBuffersT()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | StatusBarStateEventTest.kt | 38 val states = listOf( in <lambda>() constant
|
/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/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/ |
D | FakeStatusBarIconController.java | 73 public void setMobileIcons(String slot, List<MobileIconState> states) { in setMobileIcons() 81 public void setCallStrengthIcons(String slot, List<CallIndicatorIconState> states) { in setCallStrengthIcons() 85 public void setNoCallingIcons(String slot, List<CallIndicatorIconState> states) { in setNoCallingIcons()
|
/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/services/tests/servicestests/src/com/android/server/power/stats/ |
D | BatteryStatsManagerTest.java | 48 final int[] states = in testBatteryUsageStatsDataConsistency() local
|
/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/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/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/base/core/java/com/android/internal/inputmethod/ |
D | IRemoteAccessibilityInputConnectionInvoker.java | 225 public void clearMetaKeyStates(int states) { in clearMetaKeyStates() 227 mConnection.clearMetaKeyStates(createHeader(), states); in clearMetaKeyStates() local
|
/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/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/ |
D | WindowDecorLinearLayout.java | 68 final int[] states = super.onCreateDrawableState(extraSpace + 1); in onCreateDrawableState() local
|