OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cmsghp
(Results
1 - 4
of
4
) sorted by null
/device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_sock.c
123
struct cmsghdr *
cmsghp
= NULL;
local
147
cmsghp
= CMSG_FIRSTHDR(&msgh);
148
if (
cmsghp
!= NULL) {
150
cmsghp
->cmsg_level = SOL_SOCKET;
151
cmsghp
->cmsg_type = SCM_RIGHTS;
152
cmsghp
->cmsg_len = CMSG_LEN(sizeof(int));
153
*((int *)CMSG_DATA(
cmsghp
)) = sendfd;
154
CDBG("%s: cmsg data=%d", __func__, *((int *) CMSG_DATA(
cmsghp
)));
184
struct cmsghdr *
cmsghp
= NULL;
local
212
if( ((
cmsghp
= CMSG_FIRSTHDR(&msgh)) != NULL) &
[
all
...]
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_sock.c
118
struct cmsghdr *
cmsghp
= NULL;
local
142
cmsghp
= CMSG_FIRSTHDR(&msgh);
143
if (
cmsghp
!= NULL) {
145
cmsghp
->cmsg_level = SOL_SOCKET;
146
cmsghp
->cmsg_type = SCM_RIGHTS;
147
cmsghp
->cmsg_len = CMSG_LEN(sizeof(int));
148
*((int *)CMSG_DATA(
cmsghp
)) = sendfd;
149
CDBG("%s: cmsg data=%d", __func__, *((int *) CMSG_DATA(
cmsghp
)));
178
struct cmsghdr *
cmsghp
= NULL;
local
206
if( ((
cmsghp
= CMSG_FIRSTHDR(&msgh)) != NULL) &
[
all
...]
/device/lge/mako/camera/mm-camera-interface/
mm_camera_sock.c
118
struct cmsghdr *
cmsghp
= NULL;
local
142
cmsghp
= CMSG_FIRSTHDR(&msgh);
143
if (
cmsghp
!= NULL) {
145
cmsghp
->cmsg_level = SOL_SOCKET;
146
cmsghp
->cmsg_type = SCM_RIGHTS;
147
cmsghp
->cmsg_len = CMSG_LEN(sizeof(int));
148
*((int *)CMSG_DATA(
cmsghp
)) = sendfd;
149
CDBG("%s: cmsg data=%d", __func__, *((int *) CMSG_DATA(
cmsghp
)));
178
struct cmsghdr *
cmsghp
= NULL;
local
206
if( ((
cmsghp
= CMSG_FIRSTHDR(&msgh)) != NULL) &
[
all
...]
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_sock.c
123
struct cmsghdr *
cmsghp
= NULL;
local
147
cmsghp
= CMSG_FIRSTHDR(&msgh);
148
if (
cmsghp
!= NULL) {
150
cmsghp
->cmsg_level = SOL_SOCKET;
151
cmsghp
->cmsg_type = SCM_RIGHTS;
152
cmsghp
->cmsg_len = CMSG_LEN(sizeof(int));
153
*((int *)CMSG_DATA(
cmsghp
)) = sendfd;
154
CDBG("%s: cmsg data=%d", __func__, *((int *) CMSG_DATA(
cmsghp
)));
184
struct cmsghdr *
cmsghp
= NULL;
local
212
if( ((
cmsghp
= CMSG_FIRSTHDR(&msgh)) != NULL) &
[
all
...]
Completed in 96 milliseconds