/hardware/interfaces/graphics/composer/2.2/utils/vts/ |
D | ComposerVts.cpp | 62 void ComposerClient::execute(V2_1::vts::TestCommandReader* reader, CommandWriterBase* writer) { in execute() argument 82 reader->setMQDescriptor(tmpDescriptor); in execute() 86 ASSERT_TRUE(reader->readQueue(tmpOutLength, tmpOutHandles)); in execute() 87 reader->parse(); in execute() 89 reader->reset(); in execute()
|
/hardware/libhardware/modules/sensors/tests/ |
D | SensorEventQueue_test.cpp | 177 pthread_t writer, reader; in testFullQueueIo() local 178 pthread_create(&reader, NULL, fullQueueReaderTask, &readerCtx); in testFullQueueIo() 182 pthread_join(reader, NULL); in testFullQueueIo()
|
/hardware/google/pixel/thermal/utils/ |
D | config_parser.cpp | 71 Json::Reader reader; in ParseSensorInfo() local 73 if (!reader.parse(json_doc, root)) { in ParseSensorInfo() 246 Json::Reader reader; in ParseCoolingDevice() local 248 if (!reader.parse(json_doc, root)) { in ParseCoolingDevice()
|
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
D | JsonFakeValueGenerator.cpp | 83 Json::Reader reader; in parseFakeValueJson() local 85 if (!reader.parse(is, rawEvents)) { in parseFakeValueJson() 87 reader.getFormattedErrorMessages().c_str()); in parseFakeValueJson()
|
/hardware/interfaces/graphics/composer/2.1/utils/vts/ |
D | ComposerVts.cpp | 287 void ComposerClient::execute(TestCommandReader* reader, CommandWriterBase* writer) { in execute() argument 307 reader->setMQDescriptor(tmpDescriptor); in execute() 311 ASSERT_TRUE(reader->readQueue(tmpOutLength, tmpOutHandles)); in execute() 312 reader->parse(); in execute() 314 reader->reset(); in execute()
|
/hardware/interfaces/audio/2.0/ |
D | IStreamIn.hal | 44 * Commands that can be executed on the driver reader thread. 53 * on the driver reader thread. 88 * -- command queue is used to instruct the reader thread what operation
|
/hardware/interfaces/audio/4.0/ |
D | IStreamIn.hal | 44 * Commands that can be executed on the driver reader thread. 53 * on the driver reader thread. 94 * -- command queue is used to instruct the reader thread what operation
|
/hardware/interfaces/tests/msgq/1.0/ |
D | ITestMsgQ.hal | 27 * wait-free FMQ using the input descriptor with the client as reader. 40 * method is to be used to test multiple reader processes.
|
D | IBenchmarkMsgQ.hal | 22 * wait-free FMQ with the client as reader.
|
/hardware/interfaces/audio/6.0/ |
D | IStreamIn.hal | 44 * Commands that can be executed on the driver reader thread. 53 * on the driver reader thread. 94 * -- command queue is used to instruct the reader thread what operation
|
/hardware/interfaces/audio/5.0/ |
D | IStreamIn.hal | 44 * Commands that can be executed on the driver reader thread. 53 * on the driver reader thread. 94 * -- command queue is used to instruct the reader thread what operation
|
/hardware/interfaces/graphics/composer/2.2/utils/vts/include/composer-vts/2.2/ |
D | ComposerVts.h | 69 void execute(V2_1::vts::TestCommandReader* reader, CommandWriterBase* writer);
|
/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/ |
D | ComposerVts.h | 113 void execute(TestCommandReader* reader, CommandWriterBase* writer);
|
/hardware/interfaces/power/stats/1.0/ |
D | IPowerStats.hal | 58 * writer(power.stats HAL) and one reader are supported. Data is
|
/hardware/interfaces/sensors/2.0/ |
D | ISensors.hal | 79 * the Event FMQ since the framework is the only reader. Upon receiving
|
/hardware/qcom/msm8998/json-c/ |
D | Doxyfile | 121 # the reader which header file to include in order to use a class. 892 # nicely formatted so it can be parsed by a human reader. This is useful
|
/hardware/interfaces/input/common/1.0/ |
D | types.hal | 578 // The following flags are set by the input reader policy as it intercepts each event
|