Home
last modified time | relevance | path

Searched refs:CUSTOM (Results 1 – 14 of 14) sorted by relevance

/hardware/interfaces/automotive/remoteaccess/android/hardware/automotive/remoteaccess/
DTaskType.aidl28 CUSTOM = 0, enumConstant
/hardware/interfaces/automotive/remoteaccess/aidl_api/android.hardware.automotive.remoteaccess/current/android/hardware/automotive/remoteaccess/
DTaskType.aidl37 CUSTOM = 0, enumConstant
/hardware/interfaces/automotive/remoteaccess/aidl_api/android.hardware.automotive.remoteaccess/2/android/hardware/automotive/remoteaccess/
DTaskType.aidl37 CUSTOM = 0, enumConstant
/hardware/interfaces/automotive/remoteaccess/test_grpc_server/impl/test/
DTestWakeupClientServiceImplUnitTest.cpp141 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/
DHidSensorDef.h53 CUSTOM = 0x2000E1, enumerator
DHidRawSensorDevice.cpp36 ACCELEROMETER_3D, GYROMETER_3D, COMPASS_3D, CUSTOM};
DHidRawSensor.cpp144 case CUSTOM: { in HidRawSensor()
/hardware/interfaces/automotive/remoteaccess/vts/src/
DVtsHalAutomotiveRemoteAccess_TargetTest.cpp228 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/
DHidRawDeviceTest.cpp39 ACCELEROMETER_3D, GYROMETER_3D, COMPASS_3D, CUSTOM}; in test()
DHidRawSensorTest.cpp114 ACCELEROMETER_3D, GYROMETER_3D, COMPASS_3D, CUSTOM}; in test()
/hardware/interfaces/automotive/remoteaccess/hal/default/proto/
Dwakeup_client.proto128 CUSTOM = 0; enumerator
/hardware/interfaces/automotive/remoteaccess/test_grpc_server/impl/src/
DTestWakeupClientServiceImpl.cpp398 } else if (grpcScheduleInfo.tasktype() == ScheduleTaskType::CUSTOM) { in handleAddTask()
/hardware/interfaces/automotive/remoteaccess/hal/default/src/
DRemoteAccessService.cpp349 out->push_back(TaskType::CUSTOM); in getSupportedTaskTypesForScheduling()
/hardware/interfaces/automotive/remoteaccess/hal/default/test/
DRemoteAccessServiceUnitTest.cpp444 EXPECT_THAT(out, ElementsAre(TaskType::CUSTOM)); in TEST_F()