Searched refs:READ (Results 1 – 14 of 14) sorted by relevance
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
D | DefaultConfig.h | 168 .access = VehiclePropertyAccess::READ, 177 .access = VehiclePropertyAccess::READ, 185 .access = VehiclePropertyAccess::READ, 194 .access = VehiclePropertyAccess::READ, 202 .access = VehiclePropertyAccess::READ, 211 .access = VehiclePropertyAccess::READ, 220 .access = VehiclePropertyAccess::READ, 229 .access = VehiclePropertyAccess::READ, 236 .access = VehiclePropertyAccess::READ, 257 .access = VehiclePropertyAccess::READ, [all …]
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | types.hal | 147 * @access VehiclePropertyAccess:READ 159 * @access VehiclePropertyAccess:READ 171 * @access VehiclePropertyAccess:READ 183 * @access VehiclePropertyAccess:READ 196 * @access VehiclePropertyAccess:READ 209 * @access VehiclePropertyAccess:READ 223 * @access VehiclePropertyAccess:READ 237 * @access VehiclePropertyAccess:READ 250 * @access VehiclePropertyAccess:READ 262 * @access VehiclePropertyAccess:READ [all …]
|
/hardware/interfaces/automotive/vehicle/2.0/default/tests/ |
D | VehicleHalTestUtils.h | 38 .access = VehiclePropertyAccess::READ, 67 .access = VehiclePropertyAccess::READ,
|
/hardware/interfaces/audio/2.0/ |
D | IStreamIn.hal | 47 READ, 58 uint64_t read; // READ command, amount of bytes to read, >= 0. 76 uint64_t read; // READ command, amount of bytes read, >= 0.
|
/hardware/interfaces/audio/4.0/ |
D | IStreamIn.hal | 47 READ, 58 uint64_t read; // READ command, amount of bytes to read, >= 0. 76 uint64_t read; // READ command, amount of bytes read, >= 0.
|
/hardware/interfaces/audio/6.0/ |
D | IStreamIn.hal | 47 READ, 58 uint64_t read; // READ command, amount of bytes to read, >= 0. 76 uint64_t read; // READ command, amount of bytes read, >= 0.
|
/hardware/interfaces/audio/5.0/ |
D | IStreamIn.hal | 47 READ, 58 uint64_t read; // READ command, amount of bytes to read, >= 0. 76 uint64_t read; // READ command, amount of bytes read, >= 0.
|
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/ |
D | VehicleHalManager.cpp | 281 bool isReadable = config.access & VehiclePropertyAccess::READ; in isSubscribable() 304 if (!(config.access & VehiclePropertyAccess::READ)) { in checkReadPermission()
|
/hardware/google/av/media/sfplugin/ |
D | CCodecConfig.h | 91 READ = ~(IS_CONFIG | IS_PARAM), enumerator
|
D | CCodecConfig.cpp | 348 .limitTo(D::INPUT & D::READ)); in initializeStandardParams() 350 .limitTo(D::OUTPUT & D::READ)); in initializeStandardParams() 356 .limitTo(D::ENCODER & D::READ & D::OUTPUT)); in initializeStandardParams() 571 .limitTo(D::OUTPUT & D::READ)); in initializeStandardParams()
|
/hardware/google/pixel/pixelstats/ |
D | SysfsCollector.cpp | 184 reportSlowIoFromFile(kSlowioReadCntPath, SlowIo::IoOperation::READ); in logSlowIO()
|
/hardware/interfaces/audio/core/all-versions/vts/functional/4.0/ |
D | AudioPrimaryHidlHalTest.cpp | 96 params.command = IStreamIn::ReadCommand::READ; in TEST_P()
|
/hardware/interfaces/contexthub/1.0/ |
D | types.hal | 168 READ = 1 << 0, // Readable
|
/hardware/interfaces/audio/core/all-versions/default/ |
D | StreamIn.cpp | 119 case IStreamIn::ReadCommand::READ: in threadLoop()
|