/device/google/coral-sepolicy/vendor/qcom/common/ |
D | location.te | 1 # location - Location daemon 2 type location, domain; 5 init_daemon_domain(location) 6 hwbinder_use(location) 8 allow location self:capability setgid; 11 r_dir_file(location, sysfs_soc) 12 r_dir_file(location, sysfs_esoc) 13 r_dir_file(location, sysfs_msm_subsys) 14 r_dir_file(location, sysfs_ssr) 15 dontaudit location sysfs_faceauth:dir r_dir_perms; [all …]
|
/device/google/redbull-sepolicy/vendor/qcom/common/ |
D | location.te | 1 type location, domain; 3 init_daemon_domain(location) 5 allow location hal_cacert_hwservice:hwservice_manager find; 6 allow location hal_datafactory_hwservice:hwservice_manager find; 7 allow location hal_cne_hwservice:hwservice_manager find; 9 binder_call(location, qtidataservices_app) 10 get_prop(location, hwservicemanager_prop) 11 hwbinder_use(location) 14 net_domain(location) 16 r_dir_file(location, sysfs_msm_subsys) [all …]
|
/device/google/sunfish-sepolicy/vendor/qcom/common/ |
D | location.te | 1 # location - Location daemon 2 type location, domain; 5 init_daemon_domain(location) 7 allow location self:capability setgid; 10 r_dir_file(location, sysfs_soc) 11 r_dir_file(location, sysfs_esoc) 12 r_dir_file(location, sysfs_msm_subsys) 13 r_dir_file(location, sysfs_ssr) 16 allow location location_exec:file rx_file_perms; 19 net_domain(location) [all …]
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles31_only.entries | 24 void glProgramUniform1i(GLuint program, GLint location, GLint v0); 25 void glProgramUniform2i(GLuint program, GLint location, GLint v0, GLint v1); 26 void glProgramUniform3i(GLuint program, GLint location, GLint v0, GLint v1, GLint v2); 27 void glProgramUniform4i(GLuint program, GLint location, GLint v0, GLint v1, GLint v2, GLint v3); 28 void glProgramUniform1ui(GLuint program, GLint location, GLuint v0); 29 void glProgramUniform2ui(GLuint program, GLint location, GLuint v0, GLuint v1); 30 void glProgramUniform3ui(GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2); 31 void glProgramUniform4ui(GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3… 32 void glProgramUniform1f(GLuint program, GLint location, GLfloat v0); 33 void glProgramUniform2f(GLuint program, GLint location, GLfloat v0, GLfloat v1); [all …]
|
D | gles2_core.entries | 79 void glGetUniformfv(GLuint program, GLint location, GLfloat *params); 80 void glGetUniformiv(GLuint program, GLint location, GLint *params); 116 void glUniform1f(GLint location, GLfloat v0); 117 void glUniform1fv(GLint location, GLsizei count, const GLfloat *value); 118 void glUniform1i(GLint location, GLint v0); 119 void glUniform1iv(GLint location, GLsizei count, const GLint *value); 120 void glUniform2f(GLint location, GLfloat v0, GLfloat v1); 121 void glUniform2fv(GLint location, GLsizei count, const GLfloat *value); 122 void glUniform2i(GLint location, GLint v0, GLint v1); 123 void glUniform2iv(GLint location, GLsizei count, const GLint *value); [all …]
|
D | gles3_only.entries | 25 void glUniformMatrix2x3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); 26 void glUniformMatrix3x2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); 27 void glUniformMatrix2x4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); 28 void glUniformMatrix4x2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); 29 void glUniformMatrix3x4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); 30 void glUniformMatrix4x3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); 54 void glGetUniformuiv(GLuint program, GLint location, GLuint *params); 56 void glUniform1ui(GLint location, GLuint v0); 57 void glUniform2ui(GLint location, GLuint v0, GLuint v1); 58 void glUniform3ui(GLint location, GLuint v0, GLuint v1, GLuint v2); [all …]
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.in | 75 GL_ENTRY(void, glGetUniformfv, GLuint program, GLint location, GLfloat* params) 76 GL_ENTRY(void, glGetUniformiv, GLuint program, GLint location, GLint* params) 112 GL_ENTRY(void, glUniform1f, GLint location, GLfloat x) 113 GL_ENTRY(void, glUniform1fv, GLint location, GLsizei count, const GLfloat* v) 114 GL_ENTRY(void, glUniform1i, GLint location, GLint x) 115 GL_ENTRY(void, glUniform1iv, GLint location, GLsizei count, const GLint* v) 116 GL_ENTRY(void, glUniform2f, GLint location, GLfloat x, GLfloat y) 117 GL_ENTRY(void, glUniform2fv, GLint location, GLsizei count, const GLfloat* v) 118 GL_ENTRY(void, glUniform2i, GLint location, GLint x, GLint y) 119 GL_ENTRY(void, glUniform2iv, GLint location, GLsizei count, const GLint* v) [all …]
|
/device/google/trout/tools/tracing/proto/ |
D | Android.bp | 27 …cmd: "$(location aprotoc) -I$$(dirname $(location TracingVM.proto)) --plugin=protoc-gen-grpc=$(loc… 44 …cmd: "$(location aprotoc) -I$$(dirname $(location TracingVM.proto)) --plugin=protoc-gen-grpc=$(loc… 61 …cmd: "$(location aprotoc) -I$$(dirname $(in)) --plugin=protoc-gen-grpc=$(location protoc-gen-grpc-… 77 …cmd: "$(location aprotoc) -I$$(dirname $(in)) --plugin=protoc-gen-grpc=$(location protoc-gen-grpc-…
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | Android.bp | 31 cmd: "$(location emugen_cuttlefish) " + 41 cmd: "$(location emugen_cuttlefish) " + 56 cmd: "$(location emugen_cuttlefish) " + 66 cmd: "$(location emugen_cuttlefish) " + 81 cmd: "$(location emugen_cuttlefish) " + 91 cmd: "$(location emugen_cuttlefish) " + 105 cmd: "python3 $(location gen_entries.py) --mode=funcargs $(in) --output $(out)", 113 cmd: "python3 $(location gen_entries.py) --mode=funcargs $(in) --output $(out)", 121 cmd: "python3 $(location gen_entries.py) --mode=funcargs $(in) --output $(out)", 129 cmd: "python3 $(location gen_entries.py) --mode=funcargs $(in) --output $(out)", [all …]
|
/device/google/trout/hal/audiocontrol/aidl/1.0/ |
D | Android.bp | 39 …location aprotoc) -I$$(dirname $(location proto/AudioFocusControl.proto)) -Iexternal/protobuf/src … 56 …location aprotoc) -I$$(dirname $(location proto/AudioFocusControl.proto)) -Iexternal/protobuf/src …
|
/device/google/akita/location/gnssd/ |
D | gnss_release.mk | 7 android.hardware.location.gps.prebuilt.xml 10 device/google/akita/location/gnssd/release/ca.pem:vendor/etc/gnss/ca.pem \ 11 device/google/akita/location/gnssd/release/kepler.bin:vendor/firmware/kepler.bin 14 device/google/akita/location/gnssd 18 device/google/akita/location/gnssd/release/gps.cfg:vendor/etc/gnss/gps.cfg 23 device/google/akita/location/gnssd/release/gps_user.cfg:vendor/etc/gnss/gps.cfg
|
/device/google/cuttlefish/shared/config/ |
D | Android.bp | 126 cmd: "sed -f $(location sed.f2fs) -f $(location sed.hctr2) $(in) > $(out)", 134 cmd: "sed -f $(location sed.f2fs) -f $(location sed.cts) $(in) > $(out)", 142 cmd: "sed -f $(location sed.ext4) -f $(location sed.hctr2) $(in) > $(out)", 150 cmd: "sed -f $(location sed.ext4) -f $(location sed.cts) $(in) > $(out)",
|
/device/google/cuttlefish/host/libs/location/ |
D | GpxParser.cpp | 145 GpsFix location; in parse() local 151 isOk = parseLocation(child, doc, &location, error); in parse() 156 fixes->push_back(location); in parse() 164 isOk = parseLocation(rtept, doc, &location, error); in parse() 169 fixes->push_back(location); in parse() 183 isOk = parseLocation(trkpt, doc, &location, error); in parse() 188 fixes->push_back(location); in parse()
|
/device/google/trout/hal/vehicle/2.0/ |
D | Android.bp | 68 …location aprotoc) -I$$(dirname $(location proto/VehicleServer.proto)) -Ihardware/interfaces/automo… 86 …location aprotoc) -I$$(dirname $(location proto/VehicleServer.proto)) -Ihardware/interfaces/automo…
|
/device/google/cuttlefish/host/frontend/webrtc/ |
D | location_handler.cpp | 51 GpsFix location; in HandleMessage() local 52 location.longitude=longitude; in HandleMessage() 53 location.latitude=latitude; in HandleMessage() 54 location.elevation=elevation; in HandleMessage() 55 coordinates.push_back(location); in HandleMessage()
|
/device/google/cuttlefish/host/commands/control_env_proxy_server/ |
D | Android.bp | 87 …location aprotoc) -Idevice/google/cuttlefish/host/commands/control_env_proxy_server -Iexternal/pro… 104 …location aprotoc) -Idevice/google/cuttlefish/host/commands/control_env_proxy_server -Iexternal/pro…
|
/device/google/cuttlefish/host/commands/cvd_update_location/ |
D | main.cc | 51 GpsFix location; in UpdateLocationCvdMain() local 52 location.longitude=FLAGS_longitude; in UpdateLocationCvdMain() 53 location.latitude=FLAGS_latitude; in UpdateLocationCvdMain() 54 location.elevation=FLAGS_elevation; in UpdateLocationCvdMain() 55 coordinates.push_back(location); in UpdateLocationCvdMain()
|
/device/google/trout/hal/dumpstate/1.1/ |
D | Android.bp | 27 …location aprotoc) -Idevice/google/trout/hal/dumpstate/1.1/proto -Iexternal/protobuf/src --plugin=p… 44 …location aprotoc) -Idevice/google/trout/hal/dumpstate/1.1/proto -Iexternal/protobuf/src --plugin=p…
|
/device/google/shusky/ |
D | device-ripcurrent.mk | 240 device/google/shusky/location/gps.cer:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.cer 244 device/google/shusky/location/lhd.conf:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/lhd.conf \ 245 device/google/shusky/location/scd.conf:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/scd.conf \ 246 device/google/shusky/location/gps.xml:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml 249 … device/google/shusky/location/lhd_user.conf:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/lhd.conf \ 250 … device/google/shusky/location/scd_user.conf:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/scd.conf \ 251 device/google/shusky/location/gps_user.xml:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml
|
/device/google/cuttlefish/host/frontend/webrtc_operator/assets/js/ |
D | server_connector.js | 32 const urlParams = new URLSearchParams(window.location.search); 157 return location.protocol + '//' + location.host + '/' + path; 161 return ((location.protocol == 'http:') ? 'ws://' : 'wss://') + location.host +
|
/device/google/pantah/ |
D | device-ravenclaw.mk | 169 device/google/pantah/location/gps.xml:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml \ 170 device/google/pantah/location/lhd.conf:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/lhd.conf \ 171 device/google/pantah/location/scd.conf:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/scd.conf 174 … device/google/pantah/location/gps_user.xml:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml \ 175 … device/google/pantah/location/lhd_user.conf:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/lhd.conf \ 176 … device/google/pantah/location/scd_user.conf:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/scd.conf
|
D | device-cloudripper.mk | 163 device/google/pantah/location/gps.xml:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml \ 164 device/google/pantah/location/lhd.conf:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/lhd.conf \ 165 device/google/pantah/location/scd.conf:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/scd.conf 168 … device/google/pantah/location/gps_user.xml:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml \ 169 … device/google/pantah/location/lhd_user.conf:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/lhd.conf \ 170 … device/google/pantah/location/scd_user.conf:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/scd.conf
|
/device/google/contexthub/firmware/os/inc/ |
D | toolchain.h | 46 #define PLACE_IN(loc, type, name) _Pragma(PRAGMA_HELPER(location,loc,)) type name 47 #define PLACE_IN_NAKED(loc, type, name) _Pragma(PRAGMA_HELPER(location,loc,)) __task type name 48 #define APP_ENTRY _Pragma(PRAGMA_HELPER(location,".internal_app_init",)) __root static const stru… 49 #define APP_ENTRY2 _Pragma(PRAGMA_HELPER(location,".app_init",)) __root static struct AppFuncs
|
/device/generic/goldfish/gnss/ |
D | GnssBatching.cpp | 111 void GnssBatching::onGnssLocationCb(GnssLocation location) { in onGnssLocationCb() argument 113 mLocation = std::move(location); in onGnssLocationCb() 135 void GnssBatching::batchLocationLocked(GnssLocation location, in batchLocationLocked() argument 141 mBatchedLocations.push_back(location); in batchLocationLocked()
|
/device/google/cuttlefish/host/commands/openwrt_control_server/ |
D | Android.bp | 86 …d: "$(location aprotoc) -Idevice/google/cuttlefish/host/commands/openwrt_control_server -Iexternal… 102 …d: "$(location aprotoc) -Idevice/google/cuttlefish/host/commands/openwrt_control_server -Iexternal…
|