Searched refs:types (Results 1 – 25 of 156) sorted by relevance
1234567
/device/generic/vulkan-cereal/ |
D | .gitignore | 34 /qapi/qapi-builtin-types.[ch] 71 /qapi/qapi-types-block-core.[ch] 72 /qapi/qapi-types-block.[ch] 73 /qapi/qapi-types-char.[ch] 74 /qapi/qapi-types-common.[ch] 75 /qapi/qapi-types-crypto.[ch] 76 /qapi/qapi-types-introspect.[ch] 77 /qapi/qapi-types-migration.[ch] 78 /qapi/qapi-types-misc.[ch] 79 /qapi/qapi-types-net.[ch] [all …]
|
/device/google/coral-sepolicy/vendor/qcom/common/ |
D | file.te | 10 #QTI file types 34 # Persist file types 53 # Sensor file types 63 # Storage RFS file types 117 #location file types 124 #File types required by mdm-helper, subsystem_ramdump and ssr_setup 141 # IPA file types 145 # Camera file types 154 # Port-bridge file types 157 #bluetooth firmware file types [all …]
|
/device/google/cuttlefish/tests/hal/ |
D | hal_implementation_test.cpp | 418 ASSERT_FALSE(treePackage.types.empty()) << treePackage.name; in TEST() 419 if (std::none_of(treePackage.types.begin(), treePackage.types.end(), in TEST() 447 for (const std::string& type : treePackage.types) { in TEST() 480 << base::Join(treePackage.types, "\n "); in TEST() 489 << base::Join(treePackage.types, "\n "); in TEST()
|
/device/google/contexthub/firmware/lib/builtins/ |
D | fp_extend_impl.inc | 11 // IEEE-754 floating-point type. The constants and types defined following the 14 // It does not support types that don't use the usual IEEE-754 interchange 23 // It also requires that integer types at least as large as both formats 26 // run into trouble finding an appropriate CLZ function for wide source types; 31 // 1. floating-point types and integer types have the same endianness on the
|
/device/google/cuttlefish/host/frontend/webrtc_operator/ |
D | Readme.md | 19 recommended. The same holds true for creating new message types. 21 Devices connect to the *register_device* endpoint and send these types of 28 The server sends the device these types of messages: 39 Clients connect to the *connect_client* endpoint and send these types of 46 The server sends the clients these types of messages:
|
/device/google/gs-common/sensors/sepolicy/ |
D | file.te | 9 # types begin with "persist_". 12 # Declare the sensor registry data file type. By convention, data file types 16 # Declare the sensor debug data file type. By convention, data file types
|
/device/google/contexthub/firmware/ |
D | CodingStandard.txt | 15 …7. All types in the global scope shall begin with their module name. (GpioPullType, SpiDeviceHandl… 22 11. typedef is forbidden except for function pointer types. Do not typedef structs or unions. Use f… 28 14. Do not use uint16_t/uint8_t for function parameters/return types. Gcc generates very bad code f… 37 18. Absolutely no "double" types are allowed. Absolutely no passing of "float" vars through var-args 55 26. Do not use types with uncertain sizes. NO size_t, ssize_t, etc. use uintXX_t or uintptr_t.
|
/device/google/cuttlefish/host/frontend/webrtc/libdevice/ |
D | local_recorder.cpp | 242 std::vector<webrtc::VideoFrameType> types; in EncoderLoop() local 248 types.push_back(webrtc::VideoFrameType::kVideoFrameKey); in EncoderLoop() 250 types.push_back(webrtc::VideoFrameType::kVideoFrameDelta); in EncoderLoop() 252 auto rc = video_encoder_->Encode(*frame, &types); in EncoderLoop()
|
/device/google/gs-common/chre/ |
D | README.txt | 3 Dependencies among types can happen. For example, hal_contexthub_default 5 we should make sure rules of dependent types are included too.
|
/device/generic/car/emulator/ |
D | car_emulator_product.mk | 32 …mu_metadata/android.hardware.automotive.vehicle-types-meta.json:android.hardware.automotive.vehicl…
|
/device/generic/goldfish/audio/ |
D | device_port_source.h | 19 #include PATH(android/hardware/audio/common/COMMON_TYPES_FILE_VERSION/types.h) 20 #include PATH(android/hardware/audio/COMMON_TYPES_FILE_VERSION/types.h)
|
D | device_port_sink.h | 19 #include PATH(android/hardware/audio/common/COMMON_TYPES_FILE_VERSION/types.h) 20 #include PATH(android/hardware/audio/CORE_TYPES_FILE_VERSION/types.h)
|
D | util.h | 19 #include PATH(android/hardware/audio/common/COMMON_TYPES_FILE_VERSION/types.h) 20 #include PATH(android/hardware/audio/CORE_TYPES_FILE_VERSION/types.h)
|
/device/generic/goldfish-opengl/system/hals/ |
D | Android.bp | 32 "libqemupipe-types.ranchu", 36 "libqemupipe-types.ranchu",
|
/device/generic/goldfish-opengl/system/gralloc/ |
D | CMakeLists.txt | 7 …SH_DEVICE_ROOT}/../../../hardware/google/gfxstream/guest/qemupipe/include-types ${GOLDFISH_DEVICE_… 17 …SH_DEVICE_ROOT}/../../../hardware/google/gfxstream/guest/qemupipe/include-types ${GOLDFISH_DEVICE_…
|
/device/google/cuttlefish/host/commands/metrics/proto/ |
D | cf_metrics_event.proto | 25 // High level event types for this message. This is the broadest 83 // High level error types for this message. Defines the error
|
/device/google/coral/json-c/ |
D | config.h.in | 112 /* Define to 1 if you have the <sys/types.h> header file. */ 176 /* Define to `unsigned int' if <sys/types.h> does not define. */
|
/device/google/sunfish/json-c/ |
D | config.h.in | 112 /* Define to 1 if you have the <sys/types.h> header file. */ 176 /* Define to `unsigned int' if <sys/types.h> does not define. */
|
/device/google/redbull/json-c/ |
D | config.h.in | 112 /* Define to 1 if you have the <sys/types.h> header file. */ 176 /* Define to `unsigned int' if <sys/types.h> does not define. */
|
/device/google/cuttlefish/shared/sepolicy/vendor/ |
D | device.te | 1 # Device types
|
D | service.te | 1 # Binder service types
|
D | file.te | 1 # File types
|
/device/google/cuttlefish/tools/ |
D | create_base_image.go | 275 gce(ExitOnFail, `compute accelerator-types describe "`+gpu_type+`" `+PZ, 342 gce(ExitOnFail, `compute accelerator-types describe "`+gpu_type+`" `+PZ,
|
/device/generic/goldfish-opengl/ |
D | BUILD.gn | 60 "shared/qemupipe/include-types/qemu_pipe_types_bp.h", 119 "shared/qemupipe/include-types",
|
/device/linaro/poplar/sepolicy/ |
D | device.te | 1 # Device types
|
1234567