HomeSort by relevance Sort by last modified time
    Searched full:in_state (Results 1 - 6 of 6) sorted by null

  /system/bt/bta/gatt/
bta_gattc_main.cc 305 tBTA_GATTC_STATE in_state = p_clcb->state; local
309 in_state, gattc_state_code(in_state), in_event,
312 VLOG(1) << StringPrintf("%s: State 0x%02x, Event 0x%x", __func__, in_state,
341 if (in_state != p_clcb->state) {
343 gattc_state_code(in_state),
350 in_state, p_clcb->state, in_event);
  /system/bt/bta/hh/
bta_hh_main.cc 237 tBTA_HH_STATE in_state; local
318 in_state = p_cb->state;
320 in_state, bta_hh_state_code(in_state),
342 if (in_state != p_cb->state) {
344 bta_hh_state_code(in_state),
  /external/honggfuzz/mac/
arch.c 478 thread_state_t in_state, mach_msg_type_number_t in_state_count) {
488 threadState:(thread_state_t)in_state
504 thread_state_t in_state, mach_msg_type_number_t in_state_count) {
514 threadState:(thread_state_t)in_state
675 int* flavor, thread_state_t in_state, mach_msg_type_number_t in_state_count,
694 x86_thread_state_t* platform_in_state = ((x86_thread_state_t*)(void*)in_state);
726 hash_callstack(thread, task, exception, code, code_count, flavor, in_state, in_state_count);
730 write_crash_report(thread, task, exception, code, code_count, flavor, in_state, in_state_count);
  /system/bt/bta/hl/
bta_hl_main.cc 438 tBTA_HL_CCH_STATE in_state = p_cb->cch_state; local
441 in_state, bta_hl_cch_state_code(in_state),
464 if (in_state != p_cb->cch_state) {
466 bta_hl_cch_state_code(in_state),
490 tBTA_HL_DCH_STATE in_state = p_cb->dch_state; local
493 in_state, bta_hl_dch_state_code(in_state),
516 if (in_state != p_cb->dch_state) {
518 bta_hl_dch_state_code(in_state),
    [all...]
  /system/bt/bta/hf_client/
bta_hf_client_main.cc 710 uint8_t in_state = client_cb->state; local
744 if (in_state != client_cb->state) {
745 VLOG(1) << __func__ << ": notifying state change to " << in_state << " -> "
766 << "state change: [" << bta_hf_client_state_str(in_state) << "] -> ["
    [all...]
  /external/opencv/cvaux/src/
cvhmm.cpp     [all...]

Completed in 1549 milliseconds