Searched refs:CUSTOM (Results 1 – 14 of 14) sorted by relevance
/hardware/interfaces/automotive/remoteaccess/android/hardware/automotive/remoteaccess/ |
D | TaskType.aidl | 28 CUSTOM = 0, enumConstant
|
/hardware/interfaces/automotive/remoteaccess/aidl_api/android.hardware.automotive.remoteaccess/current/android/hardware/automotive/remoteaccess/ |
D | TaskType.aidl | 37 CUSTOM = 0, enumConstant
|
/hardware/interfaces/automotive/remoteaccess/aidl_api/android.hardware.automotive.remoteaccess/2/android/hardware/automotive/remoteaccess/ |
D | TaskType.aidl | 37 CUSTOM = 0, enumConstant
|
/hardware/interfaces/automotive/remoteaccess/test_grpc_server/impl/test/ |
D | TestWakeupClientServiceImplUnitTest.cpp | 141 request.mutable_scheduleinfo()->set_tasktype(ScheduleTaskType::CUSTOM); in scheduleTask() 175 request.mutable_scheduleinfo()->set_tasktype(ScheduleTaskType::CUSTOM); in TEST_F() 211 request.mutable_scheduleinfo()->set_tasktype(ScheduleTaskType::CUSTOM); in TEST_F() 336 EXPECT_EQ(response2.allscheduledtasks(i).tasktype(), ScheduleTaskType::CUSTOM); in TEST_F() 344 EXPECT_EQ(response2.allscheduledtasks(i).tasktype(), ScheduleTaskType::CUSTOM); in TEST_F()
|
/hardware/libhardware/modules/sensors/dynamic_sensor/ |
D | HidSensorDef.h | 53 CUSTOM = 0x2000E1, enumerator
|
D | HidRawSensorDevice.cpp | 36 ACCELEROMETER_3D, GYROMETER_3D, COMPASS_3D, CUSTOM};
|
D | HidRawSensor.cpp | 144 case CUSTOM: { in HidRawSensor()
|
/hardware/interfaces/automotive/remoteaccess/vts/src/ |
D | VtsHalAutomotiveRemoteAccess_TargetTest.cpp | 228 ASSERT_TRUE(std::find(supportedTaskTypes.begin(), supportedTaskTypes.end(), TaskType::CUSTOM) != in TEST_P() 242 .taskType = TaskType::CUSTOM, in getTestScheduleInfo() 397 .taskType = TaskType::CUSTOM, in TEST_P() 406 .taskType = TaskType::CUSTOM, in TEST_P()
|
/hardware/libhardware/modules/sensors/dynamic_sensor/test/ |
D | HidRawDeviceTest.cpp | 39 ACCELEROMETER_3D, GYROMETER_3D, COMPASS_3D, CUSTOM}; in test()
|
D | HidRawSensorTest.cpp | 114 ACCELEROMETER_3D, GYROMETER_3D, COMPASS_3D, CUSTOM}; in test()
|
/hardware/interfaces/automotive/remoteaccess/hal/default/proto/ |
D | wakeup_client.proto | 128 CUSTOM = 0; enumerator
|
/hardware/interfaces/automotive/remoteaccess/test_grpc_server/impl/src/ |
D | TestWakeupClientServiceImpl.cpp | 398 } else if (grpcScheduleInfo.tasktype() == ScheduleTaskType::CUSTOM) { in handleAddTask()
|
/hardware/interfaces/automotive/remoteaccess/hal/default/src/ |
D | RemoteAccessService.cpp | 349 out->push_back(TaskType::CUSTOM); in getSupportedTaskTypesForScheduling()
|
/hardware/interfaces/automotive/remoteaccess/hal/default/test/ |
D | RemoteAccessServiceUnitTest.cpp | 444 EXPECT_THAT(out, ElementsAre(TaskType::CUSTOM)); in TEST_F()
|