HomeSort by relevance Sort by last modified time
    Searched defs:msg_type (Results 1 - 25 of 59) sorted by null

1 2 3

  /device/asus/flo/camera/QCamera2/HAL/
QCameraPostProc.h 71 int32_t msg_type; // msg type of data notify member in struct:qcamera::__anon1592
114 int32_t sendDataNotify(int32_t msg_type,
119 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
QCamera2HWI.h 90 int32_t msg_type; member in struct:qcamera::__anon1581
118 int32_t msg_type; // msg type member in struct:qcamera::__anon1583
178 static void enable_msg_type(struct camera_device *, int32_t msg_type);
179 static void disable_msg_type(struct camera_device *, int32_t msg_type);
180 static int msg_type_enabled(struct camera_device *, int32_t msg_type);
235 int enableMsgType(int32_t msg_type);
236 int disableMsgType(int32_t msg_type);
237 int msgTypeEnabled(int32_t msg_type);
238 int msgTypeEnabledWithLock(int32_t msg_type);
299 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2)
    [all...]
  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host_tcp.cc 497 uint16 msg_type = base::NetToHost16(*reinterpret_cast<const uint16*>(data)); local
501 if ((msg_type & 0xC000) == 0) {
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs_emit.cpp 268 int msg_type = -1; local
292 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_COMPARE;
294 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE;
299 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_BIAS_COMPARE;
301 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_BIAS;
306 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_LOD_COMPARE;
308 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_LOD;
312 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_RESINFO;
318 msg_type = HSW_SAMPLER_MESSAGE_SAMPLE_DERIV_COMPARE;
320 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_DERIVS
    [all...]
brw_vec4_emit.cpp 371 int msg_type = -1; local
378 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_LOD_COMPARE;
380 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_LOD;
387 msg_type = HSW_SAMPLER_MESSAGE_SAMPLE_DERIV_COMPARE;
389 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_DERIVS;
393 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_LD;
396 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_RESINFO;
407 msg_type = BRW_SAMPLER_MESSAGE_SIMD4X2_SAMPLE_LOD_COMPARE;
410 msg_type = BRW_SAMPLER_MESSAGE_SIMD4X2_SAMPLE_LOD;
416 msg_type = BRW_SAMPLER_MESSAGE_SIMD4X2_SAMPLE_GRADIENTS
552 uint32_t msg_type; local
601 uint32_t msg_type; local
685 uint32_t msg_type; local
    [all...]
brw_eu_emit.c 546 GLuint msg_type,
560 if (msg_type == GEN6_DATAPORT_WRITE_MESSAGE_RENDER_TARGET_WRITE)
578 insn->bits3.gen7_dp.msg_type = msg_type;
583 insn->bits3.gen6_dp.msg_type = msg_type;
589 insn->bits3.dp_write_gen5.msg_type = msg_type;
595 insn->bits3.dp_write.msg_type = msg_type;
1855 uint32_t msg_control, msg_type; local
2189 int msg_type; local
2248 GLuint msg_type; local
    [all...]
brw_wm_emit.c 1051 GLuint msg_type; local
1138 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_COMPARE;
1140 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE;
1146 msg_type = BRW_SAMPLER_MESSAGE_SIMD16_SAMPLE_COMPARE;
1148 msg_type = BRW_SAMPLER_MESSAGE_SIMD16_SAMPLE;
1158 msg_type,
1178 GLuint msg_type; local
1190 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_BIAS;
1192 msg_type = BRW_SAMPLER_MESSAGE_SIMD16_SAMPLE_BIAS;
1197 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_BIAS
    [all...]
  /external/libnfc-nxp/src/
phHciNfc_Generic.c 211 uint8_t msg_type,
831 uint8_t msg_type = 0; local
854 msg_type = (uint8_t) GET_BITS8( message->msg_header,
856 switch ( msg_type )
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_emit.cpp 268 int msg_type = -1; local
292 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_COMPARE;
294 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE;
299 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_BIAS_COMPARE;
301 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_BIAS;
306 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_LOD_COMPARE;
308 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_LOD;
312 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_RESINFO;
318 msg_type = HSW_SAMPLER_MESSAGE_SAMPLE_DERIV_COMPARE;
320 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_DERIVS
    [all...]
brw_vec4_emit.cpp 371 int msg_type = -1; local
378 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_LOD_COMPARE;
380 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_LOD;
387 msg_type = HSW_SAMPLER_MESSAGE_SAMPLE_DERIV_COMPARE;
389 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_DERIVS;
393 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_LD;
396 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_RESINFO;
407 msg_type = BRW_SAMPLER_MESSAGE_SIMD4X2_SAMPLE_LOD_COMPARE;
410 msg_type = BRW_SAMPLER_MESSAGE_SIMD4X2_SAMPLE_LOD;
416 msg_type = BRW_SAMPLER_MESSAGE_SIMD4X2_SAMPLE_GRADIENTS
552 uint32_t msg_type; local
601 uint32_t msg_type; local
685 uint32_t msg_type; local
    [all...]
brw_eu_emit.c 546 GLuint msg_type,
560 if (msg_type == GEN6_DATAPORT_WRITE_MESSAGE_RENDER_TARGET_WRITE)
578 insn->bits3.gen7_dp.msg_type = msg_type;
583 insn->bits3.gen6_dp.msg_type = msg_type;
589 insn->bits3.dp_write_gen5.msg_type = msg_type;
595 insn->bits3.dp_write.msg_type = msg_type;
1855 uint32_t msg_control, msg_type; local
2189 int msg_type; local
2248 GLuint msg_type; local
    [all...]
brw_wm_emit.c 1051 GLuint msg_type; local
1138 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_COMPARE;
1140 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE;
1146 msg_type = BRW_SAMPLER_MESSAGE_SIMD16_SAMPLE_COMPARE;
1148 msg_type = BRW_SAMPLER_MESSAGE_SIMD16_SAMPLE;
1158 msg_type,
1178 GLuint msg_type; local
1190 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_BIAS;
1192 msg_type = BRW_SAMPLER_MESSAGE_SIMD16_SAMPLE_BIAS;
1197 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_BIAS
    [all...]
  /external/tcpdump/
print-olsr.c 92 u_int8_t msg_type; member in struct:olsr_msg
217 u_int msg_type, msg_len, msg_tlen, hello_len, prefix; local
254 msg_type = ptr.msg->msg_type;
258 if (msg_type == 0 || msg_len == 0) {
264 tok2str(olsr_msg_values, "Unknown", msg_type),
265 msg_type, ipaddr_string(ptr.msg->originator),
275 switch (msg_type) {
310 if (msg_type == OLSR_HELLO_MSG) {
332 if (msg_type == OLSR_TC_MSG)
    [all...]
print-ldp.c 503 u_short pdu_len,msg_len,msg_type,msg_tlen; local
545 msg_type=LDP_MASK_MSG_TYPE(EXTRACT_16BITS(ldp_msg_header->type));
551 msg_type),
552 msg_type,
568 switch(msg_type) {
print-lmp.c 53 u_int8_t msg_type; member in struct:lmp_common_header
394 tok2str(lmp_msg_type_values, "unknown (%u)",lmp_com_header->msg_type),
405 tok2str(lmp_msg_type_values, "unknown, type: %u",lmp_com_header->msg_type),
  /hardware/libhardware/tests/camera2/
camera2_utils.h 118 status_t getNextNotification(int32_t *msg_type, int32_t *ext1,
121 status_t waitForNotification(int32_t *msg_type, int32_t *ext1,
128 status_t getNextNotificationLocked(int32_t *msg_type,
133 msg_type(type),
139 int32_t msg_type; member in struct:android::camera2::tests::NotifierListener::Notification
150 void onNotify(int32_t msg_type,
155 static void notify_callback_dispatch(int32_t msg_type,
  /hardware/qcom/camera/QCamera2/HAL/
QCameraPostProc.h 71 int32_t msg_type; // msg type of data notify member in struct:qcamera::__anon33017
114 int32_t sendDataNotify(int32_t msg_type,
119 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
rpc_msg.h 58 enum msg_type { enum
155 enum msg_type rm_direction;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
rpc_msg.h 58 enum msg_type { enum
155 enum msg_type rm_direction;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
rpc_msg.h 58 enum msg_type { enum
155 enum msg_type rm_direction;
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
Connection.java 315 final int msg_type = handshake.getInt(); local
316 assert msg_type == ProtocolConstants.PACKET_TYPE_QUERY;
324 if (msg_type != ProtocolConstants.PACKET_TYPE_QUERY) {
328 Loge("Unexpected handshake message type: " + msg_type);
  /external/bluetooth/bluedroid/stack/avdt/
avdt_msg.c 1693 UINT8 msg_type; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
turnport.cc 59 inline bool IsTurnChannelData(uint16 msg_type) {
60 return ((msg_type & 0xC000) == 0x4000); // MSB are 0b01
360 uint16 msg_type = talk_base::GetBE16(data); local
361 if (IsTurnChannelData(msg_type)) {
362 HandleChannelData(msg_type, data, size);
363 } else if (msg_type == TURN_DATA_INDICATION) {
368 if (IsStunSuccessResponseType(msg_type) &&
371 << "message integrity, msg_type=" << msg_type;
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
asn_mime.c 286 const char *msg_type=NULL; local
340 msg_type = "enveloped-data";
344 msg_type = "signed-receipt";
346 msg_type = "signed-data";
348 msg_type = "certs-only";
352 msg_type = "compressed-data";
360 if (msg_type)
361 BIO_printf(bio, " smime-type=%s;", msg_type);
  /external/openssl/crypto/asn1/
asn_mime.c 286 const char *msg_type=NULL; local
340 msg_type = "enveloped-data";
344 msg_type = "signed-receipt";
346 msg_type = "signed-data";
348 msg_type = "certs-only";
352 msg_type = "compressed-data";
360 if (msg_type)
361 BIO_printf(bio, " smime-type=%s;", msg_type);

Completed in 724 milliseconds

1 2 3