/device/google/cuttlefish/host/libs/process_monitor/ |
D | process_monitor_channel.cc | 28 ParentToChildMessage::ParentToChildMessage(const ParentToChildMessageType type) in ParentToChildMessage() 43 ParentToChildMessageType type = ParentToChildMessageType::kError; in Read() local 55 const ChildToParentResponseType type) in ChildToParentResponse() 70 ChildToParentResponseType type = ChildToParentResponseType::kFailure; in Read() local
|
/device/google/cuttlefish/host/frontend/webrtc/libcommon/ |
D | utils.cpp | 29 Result<void> ValidateField(const Json::Value& obj, const std::string& type, in ValidateField() 64 const Json::Value& obj, const std::string& type, in ValidateJsonObject() 79 ParseSessionDescription(const std::string& type, const Json::Value& message, in ParseSessionDescription() 91 const std::string& type, const Json::Value& message) { in ParseIceCandidate() 112 Result<std::string> ParseError(const std::string& type, in ParseError()
|
/device/generic/goldfish/wifi/wifi_hal/ |
D | netlinkmessage.cpp | 25 size_t getSpaceForMessageType(uint16_t type) { in getSpaceForMessageType() 35 NetlinkMessage::NetlinkMessage(uint16_t type, in NetlinkMessage() 66 uint16_t NetlinkMessage::type() const { in type() function in NetlinkMessage
|
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/ |
D | cf_webrtc.js | 281 type: 'mouse', property 293 type: 'multi-touch', property 303 sendKeyEvent(code, type) { argument 304 this.#sendJsonInput({type: 'keyboard', keycode: code, event_type: type}); property 309 type: 'wheel', property 508 this.#onOffer({type: 'offer', sdp: message.sdp}); property 511 this.#onRemoteDescription({type: 'answer', sdp: message.sdp}); property 530 return this.#serverConnector.sendToDevice({type: 'answer', sdp: desc.sdp}); property 535 return this.#serverConnector.sendToDevice({type: 'ice-candidate', candidate}); property 631 {type: 'request-offer', ice_servers: infraConfig.ice_servers}); property [all …]
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | GLESv1.cpp | 255 static void glDrawElementsData(GLenum mode, GLsizei count, GLenum type, void* indices, GLuint) { in glDrawElementsData() 259 static void glDrawElementsOffset(GLenum mode, GLsizei count, GLenum type, GLuint offset) { in glDrawElementsOffset() 277 static void glColorPointerData(GLint size, GLenum type, GLsizei, void* data, GLuint) { in glColorPointerData() 281 static void glColorPointerOffset(GLint size, GLenum type, GLsizei, GLuint offset) { in glColorPointerOffset() 285 static void glNormalPointerData(GLenum type, GLsizei, void* data, GLuint) { in glNormalPointerData() 289 static void glNormalPointerOffset(GLenum type, GLsizei, GLuint offset) { in glNormalPointerOffset() 293 static void glPointSizePointerData(GLenum type, GLsizei, void* data, GLuint) { in glPointSizePointerData() 297 static void glPointSizePointerOffset(GLenum type, GLsizei, GLuint offset) { in glPointSizePointerOffset() 301 static void glTexCoordPointerData(GLint, GLint size, GLenum type, GLsizei, void* data, GLuint) { in glTexCoordPointerData() 306 static void glTexCoordPointerOffset(GLint size, GLenum type, GLsizei, GLuint offset) { in glTexCoordPointerOffset() [all …]
|
D | GLESv3.cpp | 211 static void glDrawElementsData(GLenum mode, GLsizei count, GLenum type, void* indices, GLuint) { in glDrawElementsData() 215 static void glDrawElementsOffset(GLenum mode, GLsizei count, GLenum type, GLuint offset) { in glDrawElementsOffset() 291 static GLuint glCreateShaderProgramvAEMU(GLenum type, GLsizei, const char* packedStrings, GLuint) { in glCreateShaderProgramvAEMU() 316 static void glDrawElementsIndirectDataAEMU(GLenum mode, GLenum type, const void* indirect, GLuint) { in glDrawElementsIndirectDataAEMU() 320 static void glDrawElementsIndirectOffsetAEMU(GLenum mode, GLenum type, GLuint offset) { in glDrawElementsIndirectOffsetAEMU() 324 static void glDrawElementsInstancedDataAEMU(GLenum mode, GLsizei count, GLenum type, in glDrawElementsInstancedDataAEMU() 329 static void glDrawElementsInstancedOffsetAEMU(GLenum mode, GLsizei count, GLenum type, in glDrawElementsInstancedOffsetAEMU() 336 GLenum type, const GLvoid* indices, GLsizei) { in glDrawRangeElementsDataAEMU() 341 GLenum type, GLuint offset) { in glDrawRangeElementsOffsetAEMU() 439 GLenum type, GLuint offset) { in glReadPixelsOffsetAEMU() [all …]
|
/device/google/cuttlefish/host/libs/audio_connector/ |
D | commands.h | 29 AudioCommandType type() const { return type_; } in type() function 33 AudioCommand(AudioCommandType type) : type_(type) {} in AudioCommand() 45 InfoCommand(AudioCommandType type, uint32_t start_id, size_t count, R* reply) in InfoCommand()
|
/device/google/cuttlefish/common/libs/net/ |
D | netlink_request.cpp | 60 uint16_t type, const void* data, uint16_t data_length) { in AppendTag() 85 void NetlinkRequest::AddString(uint16_t type, const std::string& value) { in AddString() 110 void NetlinkRequest::PushList(uint16_t type) { in PushList()
|
D | netlink_client.cpp | 144 bool NetlinkClientImpl::OpenNetlink(int type) { in OpenNetlink() 163 std::unique_ptr<NetlinkClient> New(int type) override { in New()
|
/device/google/contexthub/util/sensortest/ |
D | sensortest.cpp | 27 int type; member 71 int findSensorTypeInSensorList(int type) in findSensorTypeInSensorList() 82 int findSensorTypeInConfigList(int type) in findSensorTypeInConfigList()
|
/device/linaro/dragonboard/shared/utils/tqftpserv/ |
D | list.h | 38 #define container_of(ptr, type, member) ({ \ argument 83 #define list_entry(item, type, member) \ argument 86 #define list_entry_first(list, type, member) \ argument
|
/device/google/cuttlefish/host/libs/image_aggregator/ |
D | image_aggregator.h | 35 ImagePartitionType type; member 42 ImagePartitionType type; member
|
/device/amlogic/yukawa/hal/gralloc/ |
D | mali_gralloc_bufferallocation.cpp | 104 size_t *size, AllocType type) in get_rgb_stride_and_size() 198 size_t *size, AllocType type, int *internalHeight) in get_afbc_yuv420_8bit_stride_and_size() 290 AllocType type, int *internalHeight, int stride_alignment) in get_yv12_stride_and_size() 376 size_t *size, AllocType type) in get_afbc_yuv422_8bit_stride_and_size() 646 size_t *size, AllocType type, int *internalHeight) in get_yuv420_10bit_afbc_stride_and_size() 739 size_t *size, AllocType type) in get_yuv422_10bit_afbc_stride_and_size()
|
/device/linaro/hikey/gralloc960/ |
D | mali_gralloc_bufferallocation.cpp | 104 size_t *size, AllocType type) in get_rgb_stride_and_size() 198 size_t *size, AllocType type, int *internalHeight) in get_afbc_yuv420_8bit_stride_and_size() 290 AllocType type, int *internalHeight, int stride_alignment) in get_yv12_stride_and_size() 376 size_t *size, AllocType type) in get_afbc_yuv422_8bit_stride_and_size() 646 size_t *size, AllocType type, int *internalHeight) in get_yuv420_10bit_afbc_stride_and_size() 739 size_t *size, AllocType type) in get_yuv422_10bit_afbc_stride_and_size()
|
/device/linaro/dragonboard/shared/utils/qrtr/src/ |
D | list.h | 7 #define offsetof(type, md) ((size_t)&((type *)0)->md) argument 11 #define container_of(ptr, type, member) \ argument 30 #define list_entry(ptr, type, member) \ argument
|
/device/google/cuttlefish/.vscode/ |
D | launch.json | 5 "type": "lldb", string 26 "type": "lldb", string
|
/device/google/contexthub/firmware/os/algos/calibration/online_calibration/common_data/ |
D | sensor_data.h | 55 inline bool is_three_axis(SensorType type) { in is_three_axis() 94 SensorType type; member
|
/device/google/cuttlefish/tests/hal/ |
D | hal_implementation_test.cpp | 296 static DeviceType type = DeviceType::UNKNOWN; in getDeviceType() local 343 const DeviceType type = getDeviceType(); in isMissingAidl() local 447 for (const std::string& type : treePackage.types) { in TEST() local
|
/device/google/cuttlefish/tests/src/com/android/tests/tombstoneTransmit/ |
D | TombstoneTransmitTest.java | 60 InstanceType type = getDevice().getOptions().getInstanceType(); in testTombstonesOfVaryingLengths() local 108 InstanceType type = getDevice().getOptions().getInstanceType(); in testTombstoneTransmitIntegrity() local
|
/device/generic/goldfish/dhcp/common/ |
D | message.cpp | 209 uint8_t Message::type() const { in type() function in Message 238 uint8_t type) { in Message() 266 void Message::addOption(uint8_t type, const void* data, uint8_t size) { in addOption()
|
/device/linaro/dragonboard/shared/utils/qrtr/lib/ |
D | qmi.c | 47 uint8_t type; member 54 #define QMI_ENCDEC_ENCODE_TLV(type, length, p_dst) do { \ argument 609 uint32_t type) in find_ei() 757 ssize_t qmi_encode_message(struct qrtr_packet *pkt, int type, int msg_id, in qmi_encode_message() 823 int type, int id, struct qmi_elem_info *ei) in qmi_decode_message()
|
/device/google/trout/hal/sensors/2.1/ |
D | iio_utils.h | 44 SensorType type; member 62 SensorType type; member
|
/device/generic/goldfish/dhcp/common/include/ |
D | message.h | 105 void addOption(uint8_t type, T data) { in addOption() 110 void addOption(uint8_t type, T (&items)[N]) { in addOption()
|
/device/google/cuttlefish_vmm/qemu/aarch64-linux-gnu/usr/share/qemu/vhost-user/ |
D | 50-qemu-gpu.json | 3 "type": "gpu", string
|
/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/share/qemu/vhost-user/ |
D | 50-qemu-gpu.json | 3 "type": "gpu", string
|