Searched refs:Raw (Results 1 – 8 of 8) sorted by relevance
/device/google/cuttlefish/common/libs/utils/ |
D | unix_sockets.cpp | 59 message.Raw()->cmsg_len = CMSG_LEN(fds.size() * sizeof(int)); in FromFileDescriptors() 60 message.Raw()->cmsg_level = SOL_SOCKET; in FromFileDescriptors() 61 message.Raw()->cmsg_type = SCM_RIGHTS; in FromFileDescriptors() 67 memcpy(CMSG_DATA(message.Raw()) + (i * sizeof(int)), &fd_copy, sizeof(int)); in FromFileDescriptors() 76 message.Raw()->cmsg_len = CMSG_LEN(sizeof(ucred)); in FromCredentials() 77 message.Raw()->cmsg_level = SOL_SOCKET; in FromCredentials() 78 message.Raw()->cmsg_type = SCM_CREDENTIALS; in FromCredentials() 80 memcpy(CMSG_DATA(message.Raw()), &credentials, sizeof(credentials)); in FromCredentials() 113 cmsghdr* ControlMessage::Raw() { in Raw() function in cuttlefish::ControlMessage 117 const cmsghdr* ControlMessage::Raw() const { in Raw() function in cuttlefish::ControlMessage [all …]
|
D | unix_sockets.h | 42 const cmsghdr* Raw() const; 55 cmsghdr* Raw();
|
/device/google/gs201/conf/ |
D | ueventd.gs201.rc | 225 # Raw HID devices
|
/device/google/zumapro/conf/ |
D | ueventd.zumapro.rc | 239 # Raw HID devices
|
/device/google/gs101/conf/ |
D | ueventd.gs101.rc | 213 # Raw HID devices
|
/device/google/zuma/conf/ |
D | ueventd.zuma.rc | 241 # Raw HID devices
|
/device/google/trout/hal/gnss/host/ |
D | test.csv | 6 # Raw,utcTimeMillis,TimeNanos,LeapSecond,TimeUncertaintyNanos,FullBiasNanos,BiasNanos,BiasUncertain…
|
/device/google/trout/agl_services_build/yocto-layer/meta-google/recipes-trout/images/machine-image/sa81x5/google-overlay/usr/share/gnss/ |
D | test.csv | 6 # Raw,utcTimeMillis,TimeNanos,LeapSecond,TimeUncertaintyNanos,FullBiasNanos,BiasNanos,BiasUncertain…
|