/hardware/interfaces/graphics/composer/2.4/utils/vts/ |
D | ComposerVts.cpp | 135 void ComposerClient::execute(TestCommandReader* reader, CommandWriterBase* writer) { in execute() argument 156 reader->setMQDescriptor(tmpDescriptor); in execute() 160 ASSERT_TRUE(reader->readQueue(tmpOutLength, tmpOutHandles)); in execute() 161 reader->parse(); in execute() 163 reader->reset(); in execute()
|
/hardware/interfaces/graphics/composer/2.2/utils/vts/ |
D | ComposerVts.cpp | 61 void ComposerClient::execute(V2_1::vts::TestCommandReader* reader, CommandWriterBase* writer) { in execute() argument 81 reader->setMQDescriptor(tmpDescriptor); in execute() 85 ASSERT_TRUE(reader->readQueue(tmpOutLength, tmpOutHandles)); in execute() 86 reader->parse(); in execute() 88 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/interfaces/graphics/composer/2.1/utils/vts/ |
D | ComposerVts.cpp | 280 void ComposerClient::execute(TestCommandReader* reader, CommandWriterBase* writer) { in execute() argument 300 reader->setMQDescriptor(tmpDescriptor); in execute() 304 ASSERT_TRUE(reader->readQueue(tmpOutLength, tmpOutHandles)); in execute() 305 reader->parse(); in execute() 307 reader->reset(); in execute()
|
/hardware/interfaces/audio/core/all-versions/vts/functional/4.0/ |
D | AudioPrimaryHidlHalTest.cpp | 86 StreamReader reader(stream.get(), stream->getBufferSize()); in TEST_P() local 87 ASSERT_TRUE(reader.start()); in TEST_P() 88 reader.pause(); // This ensures that at least one read has happened. in TEST_P() 89 EXPECT_FALSE(reader.hasError()); in TEST_P()
|
/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/graphics/composer/2.4/utils/vts/include/composer-vts/2.4/ |
D | ComposerVts.h | 96 void execute(TestCommandReader* reader, CommandWriterBase* writer);
|
/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/google/pixel/thermal/utils/ |
D | config_parser.cpp | 149 std::unique_ptr<Json::CharReader> reader(builder.newCharReader()); in ParseSensorInfo() local 152 if (!reader->parse(&*json_doc.begin(), &*json_doc.end(), &root, &errorMessage)) { in ParseSensorInfo() 693 std::unique_ptr<Json::CharReader> reader(builder.newCharReader()); in ParseCoolingDevice() local 696 if (!reader->parse(&*json_doc.begin(), &*json_doc.end(), &root, &errorMessage)) { in ParseCoolingDevice() 779 std::unique_ptr<Json::CharReader> reader(builder.newCharReader()); in ParsePowerRailInfo() local 782 if (!reader->parse(&*json_doc.begin(), &*json_doc.end(), &root, &errorMessage)) { in ParsePowerRailInfo()
|
/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/7.0/ |
D | IStreamIn.hal | 59 * Commands that can be executed on the driver reader thread. 68 * on the driver reader thread. 103 * -- 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 | 70 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 | 114 void execute(TestCommandReader* reader, CommandWriterBase* writer);
|
/hardware/interfaces/camera/device/3.7/ |
D | types.hal | 47 * reader and is used by the camera HAL to choose a target stream within
|
/hardware/interfaces/power/stats/1.0/ |
D | IPowerStats.hal | 58 * writer(power.stats HAL) and one reader are supported. Data is
|
/hardware/google/graphics/gs101/libhwc2.1/libmaindisplay/ |
D | ExynosPrimaryDisplayModule.cpp | 790 std::unique_ptr<Json::CharReader> reader(reader_builder.newCharReader()); in parseAtcProfile() local 798 if (!reader->parse(atc_profile.c_str(), atc_profile.c_str() + atc_profile.size(), &root, in parseAtcProfile()
|
/hardware/interfaces/sensors/2.1/ |
D | ISensors.hal | 46 * the Event FMQ since the framework is the only reader. Upon receiving
|
/hardware/interfaces/sensors/2.0/ |
D | ISensors.hal | 79 * the Event FMQ since the framework is the only reader. Upon receiving
|
/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
|
/hardware/interfaces/audio/common/6.0/ |
D | types.hal | 825 * a screen reader.
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | types.hal | 3356 // A Japanese ETC card reader that does not support ETC 2.0. 3358 // A Japanese ETC 2.0 card reader. 3372 // No ETC card is inserted in the reader.
|