Home
last modified time | relevance | path

Searched defs:states (Results 1 – 25 of 75) sorted by relevance

123

/frameworks/base/core/java/android/os/
DIProcessInfoService.aidl27 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/ex/camera2/public/src/com/android/ex/camera2/utils/
DStateWaiter.java120 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/native/libs/binder/
DIProcessInfoService.cpp32 /*out*/ int32_t* states) in getProcessStatesFromPids()
53 /*in*/ int32_t* pids, /*out*/ int32_t* states, /*out*/ int32_t* scores) in getProcessStatesAndOomScoresFromPids()
DProcessInfoService.cpp30 /*out*/ int32_t* states) { in getProcessStatesImpl()
/frameworks/base/core/java/android/util/
DStateSet.java231 public static int[] trimStateSet(int[] states, int newSize) { in trimStateSet()
241 public static String dump(int[] states) { in dump()
/frameworks/native/include/binder/
DProcessInfoService.h53 /*out*/ int32_t* states) { in getProcessStatesFromPids()
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
DBlockingStateCallback.java172 public int waitForAnyOfStates(Collection<Integer> states, final long timeout) { in waitForAnyOfStates()
229 public static void appendStates(StringBuilder s, Collection<Integer> states) { in appendStates()
/frameworks/opt/colorpicker/src/com/android/colorpicker/
DColorStateDrawable.java40 protected boolean onStateChange(int[] states) { in onStateChange()
/frameworks/base/core/java/android/bluetooth/
DIBluetoothPan.aidl33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
DIBluetoothPbapClient.aidl30 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
DIBluetoothMap.aidl33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
DIBluetoothSap.aidl33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
DIBluetoothA2dpSink.aidl31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
DIBluetoothAvrcpController.aidl31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
DIBluetoothA2dp.aidl31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
DIBluetoothHealth.aidl40 List<BluetoothDevice> getHealthDevicesMatchingConnectionStates(in int[] states); in getHealthDevicesMatchingConnectionStates()
DIBluetoothInputDevice.aidl31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
DBluetoothManager.java172 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int profile, int[] states) { in getDevicesMatchingConnectionStates()
DBluetoothProfile.java200 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states); in getDevicesMatchingConnectionStates()
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DCameraStateHolder.java121 public boolean waitForStates(final int states) { in waitForStates()
/frameworks/base/core/java/android/text/method/
DKeyListener.java84 public void clearMetaKeyState(View view, Editable content, int states); in clearMetaKeyState()
/frameworks/base/core/java/android/content/res/
DColorStateList.java153 public ColorStateList(int[][] states, @ColorInt int[] colors) { in ColorStateList()
604 final int[] states = stateSpecs[specIndex]; in hasState() local
632 final int[][] states = mStateSpecs; in onColorsChanged() local
/frameworks/base/core/java/android/app/
DActivityGroup.java53 Bundle states = savedInstanceState != null in onCreate() local
/frameworks/base/graphics/java/android/graphics/drawable/
DStateListDrawable.java174 final int[] states = extractStateSet(attrs); in inflateChildElements() local
204 int[] states = new int[numAttrs]; in extractStateSet() local
/frameworks/base/core/java/com/android/internal/widget/
DEditableInputConnection.java99 public boolean clearMetaKeyStates(int states) { in clearMetaKeyStates()

123