Home
last modified time | relevance | path

Searched defs:inputTypes (Results 1 – 8 of 8) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DInputCaptureClientController.java129 int targetDisplayType, int[] inputTypes, int flags) { in ClientInfoForDisplay()
254 int[] inputTypes, int requestFlags) { in requestInputEventCapture()
702 int[] inputTypes = clients.mClientsToDispatch.valueAt(i); in dispatchClientCallbackLocked() local
772 private static void assertInputTypeValid(int[] inputTypes) { in assertInputTypeValid()
DCarOccupantZoneService.java125 public final int[] inputTypes; field in CarOccupantZoneService.DisplayConfig
127 DisplayConfig(int displayType, int occupantZoneId, IntArray inputTypes) { in DisplayConfig()
1506 IntArray inputTypes = inputTypesPerDisplay.valueAt(i); in checkInputTypeNoneLocked() local
DCarInputService.java670 int[] inputTypes, int requestFlags) { in requestInputEventCapture()
/packages/services/Car/car-lib/src/android/car/input/
DICarInput.aidl29 in int[] inputTypes, int requestFlags) = 1; in requestInputEventCapture()
DCarInputManager.java307 @NonNull @InputTypeEnum int[] inputTypes, in requestInputEventCapture()
338 @NonNull @InputTypeEnum int[] inputTypes, in requestInputEventCapture()
/packages/services/Car/car-lib/src/android/car/
DCarOccupantZoneManager.java903 List<Integer> inputTypes; in getSupportedInputTypes() local
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarInputServiceTest.java296 int[] inputTypes = new int[]{CarInputManager.INPUT_TYPE_CUSTOM_INPUT_EVENT}; in testRequestInputEventCapture_delegatesToCaptureController() local
/packages/modules/NeuralNetworks/runtime/test/
DTestValidateOperations.cpp3935 std::vector<int32_t> inputTypes = {ANEURALNETWORKS_TENSOR_FLOAT16, in TEST() local
3947 std::vector<int32_t> inputTypes = { in TEST() local
4794 std::vector<ANeuralNetworksOperandType> inputTypes = {packAxisType}; in packTestBadQuantization() local
4878 std::vector<ANeuralNetworksOperandType> inputTypes = {packAxisType}; in packTestBadRank() local