HomeSort by relevance Sort by last modified time
    Searched refs:msg_type (Results 26 - 50 of 73) sorted by null

12 3

  /device/lge/mako/camera/
QualcommCamera2.cpp 294 void enable_msg_type(struct camera_device * device, int32_t msg_type)
298 hardware->enableMsgType(msg_type);
302 void disable_msg_type(struct camera_device * device, int32_t msg_type)
307 hardware->disableMsgType(msg_type);
311 int msg_type_enabled(struct camera_device * device, int32_t msg_type)
317 rc = hardware->msgTypeEnabled(msg_type);
QCameraHWI.h 169 int32_t msg_type; member in struct:__anon1751
176 int32_t msg_type; member in struct:__anon1752
260 * The following three functions all take a msg_type, which is a bitmask of
267 void enableMsgType(int32_t msg_type);
279 void disableMsgType(int32_t msg_type);
286 int msgTypeEnabled(int32_t msg_type);
475 int cameraid, mm_camera_socket_msg_type msg_type);
477 mm_camera_socket_msg_type msg_type);
QualcommCamera.cpp 458 void enable_msg_type(struct camera_device * device, int32_t msg_type)
462 hardware->enableMsgType(msg_type);
466 void disable_msg_type(struct camera_device * device, int32_t msg_type)
471 hardware->disableMsgType(msg_type);
475 int msg_type_enabled(struct camera_device * device, int32_t msg_type)
481 rc = hardware->msgTypeEnabled(msg_type);
QCameraHWI.cpp 826 app_cb->argm_notify.msg_type = CAMERA_MSG_ERROR;
833 app_cb->argm_notify.msg_type = CAMERA_MSG_SHUTTER;
877 app_cb->argm_data_cb.msg_type = CAMERA_MSG_STATS_DATA;
937 app_cb.notifyCb(app_cb.argm_notify.msg_type,
942 app_cb.dataCb(app_cb.argm_data_cb.msg_type,
    [all...]
  /hardware/ti/omap4xxx/camera/
CameraHal_Module.cpp 112 void camera_enable_msg_type(struct camera_device * device, int32_t msg_type)
123 gCameraHals[ti_dev->cameraid]->enableMsgType(msg_type);
126 void camera_disable_msg_type(struct camera_device * device, int32_t msg_type)
137 gCameraHals[ti_dev->cameraid]->disableMsgType(msg_type);
140 int camera_msg_type_enabled(struct camera_device * device, int32_t msg_type)
151 return gCameraHals[ti_dev->cameraid]->msgTypeEnabled(msg_type);
  /external/wpa_supplicant_8/src/wps/
wps_validate.c 543 static int wps_validate_msg_type(const u8 *msg_type, int mandatory)
545 if (msg_type == NULL) {
553 if (*msg_type < WPS_Beacon || *msg_type > WPS_WSC_DONE) {
555 "attribute value 0x%x", *msg_type);
1300 wps_validate_msg_type(attr.msg_type, 1) ||
1356 wps_validate_msg_type(attr.msg_type, 1) ||
    [all...]
wps_enrollee.c 1176 if (attr.msg_type == NULL) {
1182 switch (*attr.msg_type) {
    [all...]
wps_attr_parse.h 18 const u8 *msg_type; /* 1 octet */ member in struct:wps_parse_attr
wps_attr_build.c 244 int wps_build_msg_type(struct wpabuf *msg, enum wps_msg_type msg_type)
246 wpa_printf(MSG_DEBUG, "WPS: * Message Type (%d)", msg_type);
249 wpabuf_put_u8(msg, msg_type);
wps_er.c 765 m1 = !probe_req && attr->msg_type && *attr->msg_type == WPS_M1;
1110 if (attr.msg_type && *attr.msg_type == WPS_M1)
1114 if (attr.msg_type) {
1115 switch (*attr.msg_type) {
    [all...]
  /device/generic/goldfish/camera/
EmulatedCamera.cpp 261 void EmulatedCamera::enableMsgType(int32_t msg_type)
263 mCallbackNotifier.enableMessage(msg_type);
266 void EmulatedCamera::disableMsgType(int32_t msg_type)
268 mCallbackNotifier.disableMessage(msg_type);
271 int EmulatedCamera::isMsgTypeEnabled(int32_t msg_type)
273 return mCallbackNotifier.isMessageEnabled(msg_type);
715 void EmulatedCamera::enable_msg_type(struct camera_device* dev, int32_t msg_type)
722 ec->enableMsgType(msg_type);
725 void EmulatedCamera::disable_msg_type(struct camera_device* dev, int32_t msg_type)
732 ec->disableMsgType(msg_type);
    [all...]
  /external/qemu/android/
multitouch-port.c 310 int msg_type,
314 switch (msg_type) {
349 W("Multi-touch: Unknown message %d", msg_type);
sensors-port.c 413 int msg_type,
418 switch (msg_type) {
424 E("Sensors: Unknown message type %d", msg_type);
sdk-controller-socket.c 266 int msg_type; member in struct:SDKCtlMessageHeader
278 int msg_type; member in struct:SDKCtlMessage
891 _sdkctl_message_new(SDKCtlSocket* sdkctl, uint32_t msg_size, int msg_type)
897 msg->msg_type = msg_type;
916 int msg_type,
920 SDKCtlMessage* const msg = _sdkctl_message_new(sdkctl, size, msg_type);
936 sdkctl_init_message_header(void* msg, int msg_type, int msg_size)
943 msg_header->msg_type = msg_type;
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraHWI.h 169 int32_t msg_type; member in struct:__anon1598
176 int32_t msg_type; member in struct:__anon1599
257 * The following three functions all take a msg_type, which is a bitmask of
264 void enableMsgType(int32_t msg_type);
276 void disableMsgType(int32_t msg_type);
283 int msgTypeEnabled(int32_t msg_type);
472 int cameraid, mm_camera_socket_msg_type msg_type);
474 mm_camera_socket_msg_type msg_type);
  /frameworks/av/services/camera/libcameraservice/
CameraHardwareInterface.h 437 static void __notify_cb(int32_t msg_type, int32_t ext1,
443 __this->mNotifyCb(msg_type, ext1, ext2, __this->mCbUser);
446 static void __data_cb(int32_t msg_type,
460 __this->mDataCb(msg_type, mem->mBuffers[index], metadata, __this->mCbUser);
463 static void __data_cb_timestamp(nsecs_t timestamp, int32_t msg_type,
479 __this->mDataCbTimestamp(timestamp, msg_type, mem->mBuffers[index], __this->mCbUser);
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/handlers/
SensorChannel.java 208 * @param msg_type Message type.
212 public void onEmulatorMessage(int msg_type, ByteBuffer msg_data) {
213 switch (msg_type) {
233 Loge("Unknown message type " + msg_type);
  /external/tcpdump/
print-lspping.c 69 u_int8_t msg_type; member in struct:lspping_common_header
509 tok2str(lspping_msg_type_values, "unknown (%u)",lspping_com_header->msg_type),
521 tok2str(lspping_msg_type_values, "unknown",lspping_com_header->msg_type),
522 lspping_com_header->msg_type,
    [all...]
print-rsvp.c 54 u_int8_t msg_type; member in struct:rsvp_common_header
    [all...]
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),
print-pptp.c 95 u_int16_t msg_type; member in struct:pptp_hdr
970 TCHECK(hdr->msg_type);
972 switch(EXTRACT_16BITS(&hdr->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);
  /hardware/libhardware/include/hardware/
camera2.h 297 typedef void (*camera2_notify_callback)(int32_t msg_type,
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI.cpp 806 app_cb->argm_notify.msg_type = CAMERA_MSG_ERROR;
847 app_cb->argm_data_cb.msg_type = CAMERA_MSG_STATS_DATA;
905 app_cb.notifyCb(app_cb.argm_notify.msg_type,
910 app_cb.dataCb(app_cb.argm_data_cb.msg_type,
    [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...]

Completed in 706 milliseconds

12 3