Home
last modified time | relevance | path

Searched defs:access (Results 1 – 15 of 15) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/default_config/config/
DVendorClusterTestProperties.json5 "access": "VehiclePropertyAccess::WRITE", string
10 "access": "VehiclePropertyAccess::WRITE", string
41 "access": "VehiclePropertyAccess::READ", string
53 "access": "VehiclePropertyAccess::READ", string
59 "access": "VehiclePropertyAccess::READ", string
DTestProperties.json27 "access": "VehiclePropertyAccess::READ_WRITE", string
66 "access": "VehiclePropertyAccess::READ_WRITE", string
93 "access": "VehiclePropertyAccess::READ_WRITE", string
130 "access": "VehiclePropertyAccess::READ_WRITE", string
138 "access": "VehiclePropertyAccess::READ_WRITE", string
148 "access": "VehiclePropertyAccess::READ_WRITE", string
158 "access": "VehiclePropertyAccess::READ_WRITE", string
168 "access": "VehiclePropertyAccess::READ_WRITE", string
176 "access": "VehiclePropertyAccess::READ_WRITE", string
181 "access": "VehiclePropertyAccess::READ_WRITE", string
[all …]
/hardware/interfaces/automotive/vehicle/aidl/emu_metadata/
Dandroid.hardware.automotive.vehicle-types-meta.json770 "access": "VehiclePropertyAccess:READ" string
776 "access": "VehiclePropertyAccess:READ" string
782 "access": "VehiclePropertyAccess:READ" string
788 "access": "VehiclePropertyAccess:READ", string
795 "access": "VehiclePropertyAccess:READ", string
802 "access": "VehiclePropertyAccess:READ", string
809 "access": "VehiclePropertyAccess:READ", string
817 "access": "VehiclePropertyAccess:READ" string
824 "access": "VehiclePropertyAccess:READ" string
830 "access": "VehiclePropertyAccess:READ", string
[all …]
/hardware/google/aemu/base/
DSharedMemory_win32.cpp56 int SharedMemory::open(AccessMode access) { in open()
60 int SharedMemory::openInternal(AccessMode access, bool doMapping) { in openInternal()
DSharedMemory_posix.cpp49 int SharedMemory::open(AccessMode access) { in open()
/hardware/interfaces/automotive/vehicle/aidl/impl/proto/android/hardware/automotive/vehicle/
DVehiclePropConfig.proto31 VehiclePropertyAccess access = 2; field
/hardware/qcom/sm7250/display/sdm/include/utils/
Dsys.h53 typedef int (*access)(const char *, int); typedef
/hardware/qcom/sm8150/display/sdm/include/utils/
Dsys.h57 typedef int (*access)(const char *, int); typedef
/hardware/qcom/display/msm8909/sdm/include/utils/
Dsys.h57 typedef int (*access)(const char *, int); typedef
/hardware/qcom/display/msm8909w_3100/sdm/include/utils/
Dsys.h57 typedef int (*access)(const char *, int); typedef
/hardware/qcom/display/msm8998/sdm/include/utils/
Dsys.h57 typedef int (*access)(const char *, int); typedef
/hardware/interfaces/automotive/vehicle/proto/
DVehicleHalProto.proto68 optional int32 access = 2; field
/hardware/google/aemu/base/testing/
Dfile_io.cpp212 int __cdecl access(const char* path, int mode) { in access() function
/hardware/google/camera/common/hal/aidl_service/
Dlibc_wrappers.cc46 extern "C" int access(const char* pathname, int mode) { in access() function
/hardware/interfaces/automotive/vehicle/vts/src/
DVtsHalAutomotiveVehicle_TargetTest.cpp476 VehiclePropertyAccess access, in verifyProperty()