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

  /device/generic/goldfish-opengl/
Android.mk 45 EMUGL_COMMON_CFLAGS += -DALOG_ASSERT=LOG_ASSERT
  /system/bt/stack/btm/
ble_advertiser_hci_interface.cc 60 LOG_ASSERT(param_len == 2) << "Received bad response length to multi-adv VSC";
273 LOG_ASSERT(p);
684 LOG_ASSERT(p);
726 LOG_ASSERT(instance == nullptr) << "Was already initialized.";
btm_ble_bgconn.cc 375 LOG_ASSERT(phy_cnt < 3) << "More than three phys provided";
btm_ble_multi_adv.cc 208 LOG_ASSERT(false) << "SMP_Encrypt failed";
    [all...]
btm_ble.cc 835 LOG_ASSERT(len == 5) << "Received bad response length: " << len;
    [all...]
btm_ble_gap.cc     [all...]
  /external/libchrome/base/
logging.h 77 // LOG_ASSERT(assertion);
411 #define LOG_ASSERT(condition) \
730 #define DLOG_ASSERT(condition) LOG_ASSERT(condition)
    [all...]
  /system/update_engine/
p2p_manager.cc 627 LOG_ASSERT(path.MatchesExtension(kTmpExtension));
629 LOG_ASSERT(new_path.MatchesExtension(kP2PExtension));
  /system/bt/service/test/
low_energy_advertiser_unittest.cc 180 LOG_ASSERT(set_data_cb) << "set_data_cb must be set";

Completed in 247 milliseconds