Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DDefaultConfig.h168 .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/
Dtypes.hal147 * @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/
DVehicleHalTestUtils.h38 .access = VehiclePropertyAccess::READ,
67 .access = VehiclePropertyAccess::READ,
/hardware/interfaces/audio/2.0/
DIStreamIn.hal47 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/
DIStreamIn.hal47 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/
DIStreamIn.hal47 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/
DIStreamIn.hal47 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/
DVehicleHalManager.cpp281 bool isReadable = config.access & VehiclePropertyAccess::READ; in isSubscribable()
304 if (!(config.access & VehiclePropertyAccess::READ)) { in checkReadPermission()
/hardware/google/av/media/sfplugin/
DCCodecConfig.h91 READ = ~(IS_CONFIG | IS_PARAM), enumerator
DCCodecConfig.cpp348 .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/
DSysfsCollector.cpp184 reportSlowIoFromFile(kSlowioReadCntPath, SlowIo::IoOperation::READ); in logSlowIO()
/hardware/interfaces/audio/core/all-versions/vts/functional/4.0/
DAudioPrimaryHidlHalTest.cpp96 params.command = IStreamIn::ReadCommand::READ; in TEST_P()
/hardware/interfaces/contexthub/1.0/
Dtypes.hal168 READ = 1 << 0, // Readable
/hardware/interfaces/audio/core/all-versions/default/
DStreamIn.cpp119 case IStreamIn::ReadCommand::READ: in threadLoop()