HomeSort by relevance Sort by last modified time
    Searched refs:this_char (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/bluedroid/bta/hh/
bta_hh_utils.c 257 UINT8 this_char, ctl_shift; local
314 APPL_TRACE_DEBUG1("this_char = %02x", this_report[xx]);
316 if ((this_char = this_report[xx]) == 0)
324 p_data->this_char[key_idx ++] = this_char;
368 APPL_TRACE_DEBUG1("this_char = %02x", p_report[xx]);
  /external/bluetooth/bluedroid/bta/include/
bta_hh_api.h 226 UINT8 this_char[6]; /* virtual key code */ member in struct:__anon2719
  /external/chromium/sdch/open-vcdiff/src/
vcencoder_test.cc 289 const char this_char = *it; local
290 EXPECT_TRUE(decoder_.DecodeChunk(&this_char, 1, &result_crope));
    [all...]
  /external/open-vcdiff/src/
vcencoder_test.cc 322 const char this_char = *it; local
323 EXPECT_TRUE(decoder_.DecodeChunk(&this_char, 1, &result_crope));
    [all...]

Completed in 73 milliseconds