Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 265) sorted by relevance

1234567891011

/device/google/cuttlefish/host/libs/process_monitor/
Dprocess_monitor_channel.cc28 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/
Dutils.cpp29 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/
Dnetlinkmessage.cpp25 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/
Dcf_webrtc.js281 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/
DGLESv1.cpp255 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 …]
DGLESv3.cpp211 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/
Dcommands.h29 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/
Dnetlink_request.cpp60 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()
Dnetlink_client.cpp144 bool NetlinkClientImpl::OpenNetlink(int type) { in OpenNetlink()
163 std::unique_ptr<NetlinkClient> New(int type) override { in New()
/device/google/contexthub/util/sensortest/
Dsensortest.cpp27 int type; member
71 int findSensorTypeInSensorList(int type) in findSensorTypeInSensorList()
82 int findSensorTypeInConfigList(int type) in findSensorTypeInConfigList()
/device/linaro/dragonboard/shared/utils/tqftpserv/
Dlist.h38 #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/
Dimage_aggregator.h35 ImagePartitionType type; member
42 ImagePartitionType type; member
/device/amlogic/yukawa/hal/gralloc/
Dmali_gralloc_bufferallocation.cpp104 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/
Dmali_gralloc_bufferallocation.cpp104 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/
Dlist.h7 #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/
Dlaunch.json5 "type": "lldb", string
26 "type": "lldb", string
/device/google/contexthub/firmware/os/algos/calibration/online_calibration/common_data/
Dsensor_data.h55 inline bool is_three_axis(SensorType type) { in is_three_axis()
94 SensorType type; member
/device/google/cuttlefish/tests/hal/
Dhal_implementation_test.cpp296 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/
DTombstoneTransmitTest.java60 InstanceType type = getDevice().getOptions().getInstanceType(); in testTombstonesOfVaryingLengths() local
108 InstanceType type = getDevice().getOptions().getInstanceType(); in testTombstoneTransmitIntegrity() local
/device/generic/goldfish/dhcp/common/
Dmessage.cpp209 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/
Dqmi.c47 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/
Diio_utils.h44 SensorType type; member
62 SensorType type; member
/device/generic/goldfish/dhcp/common/include/
Dmessage.h105 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/
D50-qemu-gpu.json3 "type": "gpu", string
/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/share/qemu/vhost-user/
D50-qemu-gpu.json3 "type": "gpu", string

1234567891011