Home
last modified time | relevance | path

Searched refs:operation (Results 1 – 25 of 25) sorted by relevance

/device/generic/goldfish/network/netmgr/
Dbridge.cpp115 unsigned long operation, in doInterfaceOperation() argument
126 int res = ::ioctl(mSocketFd, operation, &request); in doInterfaceOperation()
Dbridge.h36 unsigned long operation,
/device/google/coral-sepolicy/vendor/qcom/common/
Dfile.te37 #Define the files written during the operation of netmgrd and qmuxd
83 #Define the files written during the operation of mm-pp-daemon
104 #Define the files written during the operation of mpdecision
128 #define the files writer during the operation of app state changes
172 #Define the files for the operation of QDCM
/device/generic/goldfish/dhcp/common/
Dmessage.cpp236 Message::Message(uint8_t operation, in Message() argument
241 dhcpData.op = operation; in Message()
/device/generic/goldfish/dhcp/common/include/
Dmessage.h99 Message(uint8_t operation,
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/
Dfaceauth.h47 __u8 operation; member
/device/google/coral-kernel/sm8150/kernel-headers/linux/
Dfaceauth.h38 __u8 operation; member
/device/linaro/dragonboard/db845c/firmware/
Dadsp.b071 … expect degraded runtime operation sys_m_comm: %d����sys_m.c:ADSP:sys_m_shutdown process ends, exp…
17 …on internally���sysmon_qos.c:ADSP: Unsuccessful BLC_ADDR register write operation, …
18 ���sysmon_qos.c:ADSP: Unsuccessful BLC_ADDRMASK register write operation, return v…
19 ���sysmon_qos.c:ADSP: Unsuccessful BLC_EN register write operation, return value: …
20 �sysmon_qos.c:ADSP: Unsuccessful BLC_TXNCNT register write operation, return value: %d
21 �sysmon_qos.c:ADSP: Unsuccessful BLC_LATCNT0 register write operation, return value: %d
22 ����sysmon_qos.c:ADSP: Unsuccessful BLC_LATCNT1 register write operation, return value…
23 ����sysmon_qos.c:ADSP: Unsuccessful BLC_TXNCNT register read operation, return val…
24 ��sysmon_qos.c:ADSP: Unsuccessful BLC_LATCNT0 register read operation, return valu…
/device/google/bonito/sdm710/original-kernel-headers/media/
Dcam_sensor.h22 enum rainbow_op_type operation; member
/device/google/bonito/sdm710/kernel-headers/media/
Dcam_sensor.h36 enum rainbow_op_type operation; member
/device/google/crosshatch/sdm845/kernel-headers/media/
Dcam_sensor.h36 enum rainbow_op_type operation; member
/device/google/crosshatch/sdm845/original-kernel-headers/media/
Dcam_sensor.h22 enum rainbow_op_type operation; member
/device/google/coral-kernel/sm8150/original-kernel-headers/media/
Dcam_sensor.h34 enum rainbow_op_type operation; member
/device/google/coral-kernel/sm8150/kernel-headers/media/
Dcam_sensor.h46 enum rainbow_op_type operation; member
/device/google/coral/
DWCNSS_qcom_cfg.ini167 # Enable support for TDLS off-channel operation
170 # TDLS off-channel operation will be invoked when there is only one
/device/google/muskie/
DWCNSS_qcom_cfg.ini517 # Enable support for TDLS off-channel operation
520 # TDLS off-channel operation will be invoked when there is only one
/device/google/taimen/
DWCNSS_qcom_cfg.ini517 # Enable support for TDLS off-channel operation
520 # TDLS off-channel operation will be invoked when there is only one
/device/google/bonito/
DWCNSS_qcom_cfg.ini497 # Enable support for TDLS off-channel operation
500 # TDLS off-channel operation will be invoked when there is only one
/device/google/crosshatch/
DWCNSS_qcom_cfg.ini497 # Enable support for TDLS off-channel operation
500 # TDLS off-channel operation will be invoked when there is only one
/device/google/crosshatch-sepolicy/vendor/qcom/common/
Dfile_contexts187 # Hexagon DSP-side executable needed for Halide operation
/device/google/bonito-sepolicy/vendor/qcom/common/
Dfile_contexts196 # Hexagon DSP-side executable needed for Halide operation
/device/google/wahoo/sepolicy/vendor/
Dfile_contexts237 # Hexagon DSP host runtime and DSP-side executable needed for Halide operation
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2ext.h1573 typedef void (GL_APIENTRYP PFNGLCOVERAGEOPERATIONNVPROC) (GLenum operation);
1576 GL_APICALL void GL_APIENTRY glCoverageOperationNV (GLenum operation);
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_entry.cpp190 void glCoverageOperationNV(GLenum operation);
1553 void glCoverageOperationNV(GLenum operation) in glCoverageOperationNV() argument
1556 ctx->glCoverageOperationNV(ctx, operation); in glCoverageOperationNV()
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.in187 GL_ENTRY(void, glCoverageOperationNV, GLenum operation)