Searched defs:inputTypes (Results 1 – 8 of 8) sorted by relevance
| /packages/services/Car/service/src/com/android/car/ |
| D | InputCaptureClientController.java | 127 int targetDisplayType, int[] inputTypes, int flags) { in ClientInfoForDisplay() 253 int[] inputTypes, int requestFlags) { in requestInputEventCapture() 701 int[] inputTypes = clients.mClientsToDispatch.valueAt(i); in dispatchClientCallbackLocked() local 771 private static void assertInputTypeValid(int[] inputTypes) { in assertInputTypeValid()
|
| D | CarOccupantZoneService.java | 124 public final int[] inputTypes; field in CarOccupantZoneService.DisplayConfig 126 DisplayConfig(int displayType, int occupantZoneId, IntArray inputTypes) { in DisplayConfig() 1493 IntArray inputTypes = inputTypesPerDisplay.valueAt(i); in checkInputTypeNoneLocked() local
|
| D | CarInputService.java | 648 int[] inputTypes, int requestFlags) { in requestInputEventCapture()
|
| /packages/services/Car/car-lib/src/android/car/input/ |
| D | ICarInput.aidl | 29 in int[] inputTypes, int requestFlags) = 1; in requestInputEventCapture()
|
| D | CarInputManager.java | 330 @NonNull @InputTypeEnum int[] inputTypes, in requestInputEventCapture() 362 @NonNull @InputTypeEnum int[] inputTypes, in requestInputEventCapture()
|
| /packages/services/Car/car-lib/src/android/car/ |
| D | CarOccupantZoneManager.java | 928 List<Integer> inputTypes; in getSupportedInputTypes() local
|
| /packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
| D | CarInputServiceTest.java | 282 int[] inputTypes = new int[]{CarInputManager.INPUT_TYPE_CUSTOM_INPUT_EVENT}; in testRequestInputEventCapture_delegatesToCaptureController() local
|
| /packages/modules/NeuralNetworks/runtime/test/ |
| D | TestValidateOperations.cpp | 3934 std::vector<int32_t> inputTypes = {ANEURALNETWORKS_TENSOR_FLOAT16, in TEST() local 3946 std::vector<int32_t> inputTypes = { in TEST() local 4793 std::vector<ANeuralNetworksOperandType> inputTypes = {packAxisType}; in packTestBadQuantization() local 4877 std::vector<ANeuralNetworksOperandType> inputTypes = {packAxisType}; in packTestBadRank() local
|