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

  /external/webrtc/src/system_wrappers/interface/
data_log.h 56 // Combines the string table_name and the integer table_id into a new string
57 // table_name + _ + table_id. The new string will be lower-case.
58 static std::string Combine(const std::string& table_name, int table_id);
data_log_c.h 35 const char* table_name, int table_id);
  /external/webrtc/src/system_wrappers/source/
data_log_no_op.cc 24 std::string DataLog::Combine(const std::string& table_name, int table_id) {
data_log_c.cc 30 const char* table_name, int table_id) {
32 std::string combined = webrtc::DataLog::Combine(table_name, table_id);
data_log.cc 284 std::string DataLog::Combine(const std::string& table_name, int table_id) {
288 ss << "_" << table_id; local
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.cpp 221 unsigned table_id = br->getBits(8); local
222 ALOGV(" table_id = %u", table_id);
223 CHECK_EQ(table_id, 0x02u);
880 unsigned table_id = br->getBits(8); local
881 ALOGV(" table_id = %u", table_id);
882 CHECK_EQ(table_id, 0x00u);

Completed in 169 milliseconds