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

12 3

  /system/bt/stack/a2dp/
a2dp_sbc.cc 343 LOG_VERBOSE(LOG_TAG, "%s: FREQ peer: 0x%x, capability 0x%x", __func__,
345 LOG_VERBOSE(LOG_TAG, "%s: CH_MODE peer: 0x%x, capability 0x%x", __func__,
347 LOG_VERBOSE(LOG_TAG, "%s: BLOCK_LEN peer: 0x%x, capability 0x%x", __func__,
349 LOG_VERBOSE(LOG_TAG, "%s: SUB_BAND peer: 0x%x, capability 0x%x", __func__,
351 LOG_VERBOSE(LOG_TAG, "%s: ALLOC_METHOD peer: 0x%x, capability 0x%x", __func__,
353 LOG_VERBOSE(LOG_TAG, "%s: MIN_BitPool peer: 0x%x, capability 0x%x", __func__,
355 LOG_VERBOSE(LOG_TAG, "%s: MAX_BitPool peer: 0x%x, capability 0x%x", __func__,
    [all...]
a2dp_aac.cc 269 LOG_VERBOSE(LOG_TAG, "%s: Object Type peer: 0x%x, capability 0x%x", __func__,
271 LOG_VERBOSE(LOG_TAG, "%s: Sample Rate peer: %u, capability %u", __func__,
273 LOG_VERBOSE(LOG_TAG, "%s: Channel Mode peer: 0x%x, capability 0x%x", __func__,
275 LOG_VERBOSE(
278 LOG_VERBOSE(LOG_TAG, "%s: Bit Rate peer: %u, capability %u", __func__,
    [all...]
a2dp_vendor_ldac_encoder.cc 545 LOG_VERBOSE(LOG_TAG, "%s: Sending %d frames per iteration, %d iterations",
582 LOG_VERBOSE(LOG_TAG, "%s: pcm_bytes_per_frame %u", __func__,
602 LOG_VERBOSE(LOG_TAG, "%s: effective num of frames %u, iterations %u",
a2dp_vendor_aptx.cc 208 LOG_VERBOSE(LOG_TAG, "%s: FREQ peer: 0x%x, capability 0x%x", __func__,
210 LOG_VERBOSE(LOG_TAG, "%s: CH_MODE peer: 0x%x, capability 0x%x", __func__,
    [all...]
a2dp_vendor_aptx_hd.cc 226 LOG_VERBOSE(LOG_TAG, "%s: FREQ peer: 0x%x, capability 0x%x", __func__,
228 LOG_VERBOSE(LOG_TAG, "%s: CH_MODE peer: 0x%x, capability 0x%x", __func__,
    [all...]
a2dp_vendor_ldac.cc 234 LOG_VERBOSE(LOG_TAG, "%s: FREQ peer: 0x%x, capability 0x%x", __func__,
236 LOG_VERBOSE(LOG_TAG, "%s: CH_MODE peer: 0x%x, capability 0x%x", __func__,
    [all...]
  /system/bt/btif/src/
btif_gatt_server.cc 67 LOG_VERBOSE(LOG_TAG, "%s", __func__); \
127 LOG_VERBOSE(LOG_TAG, "%s: Event %d", __func__, event);
btif_a2dp_sink.cc 313 LOG_VERBOSE(LOG_TAG, "%s: event %d %s", __func__, p_msg->event,
339 LOG_VERBOSE(LOG_TAG, "%s: %s DONE", __func__, dump_media_event(p_msg->event));
btif_gatt_client.cc 83 LOG_VERBOSE(LOG_TAG, "%s", __func__); \
99 LOG_VERBOSE(LOG_TAG, "%s: Event %d", __func__, event);
btif_ble_scanner.cc 142 LOG_VERBOSE(LOG_TAG, "%s BLE device name=%s len=%d dev_type=%d",
btif_a2dp_source.cc 890 LOG_VERBOSE(LOG_TAG, "%s: tx suspended, discarded frame", __func__);
    [all...]
  /system/bt/hci/src/
btsnoop.cc 163 LOG_VERBOSE(LOG_TAG, "Deleting snoop log if it exists");
  /external/libchrome/base/metrics/
statistics_recorder_unittest.cc 646 logging::SetMinLogLevel(logging::LOG_VERBOSE);
654 logging::SetMinLogLevel(logging::LOG_VERBOSE);
  /device/google/contexthub/firmware/os/inc/
seos.h 306 LOG_VERBOSE = 'V',
  /hardware/interfaces/biometrics/fingerprint/2.1/default/
BiometricsFingerprint.cpp 17 #define LOG_VERBOSE "android.hardware.biometrics.fingerprint@2.1-service"
  /device/google/contexthub/firmware/os/drivers/synaptics_s3708/
synaptics_s3708.c 79 #define VERBOSE_PRINT(fmt, ...) osLog(LOG_VERBOSE, "[DoubleTouch] " fmt, ##__VA_ARGS__)
  /device/google/contexthub/firmware/os/drivers/window_orientation/
window_orientation.c 38 osLog(LOG_VERBOSE, LOG_TAG " " fmt, ##__VA_ARGS__); \
  /system/core/libutils/
Threads.cpp 206 ALOG(LOG_VERBOSE, "thread", "thread exiting\n");
  /frameworks/base/core/jni/
android_database_SQLiteConnection.cpp 96 ALOG(LOG_VERBOSE, SQLITE_TRACE_TAG, "%s: \"%s\"\n",
103 ALOG(LOG_VERBOSE, SQLITE_PROFILE_TAG, "%s: \"%s\" took %0.3f ms\n",
    [all...]
  /frameworks/native/libs/binder/
IPCThreadState.cpp 55 #define IF_LOG_TRANSACTIONS() IF_ALOG(LOG_VERBOSE, "transact")
56 #define IF_LOG_COMMANDS() IF_ALOG(LOG_VERBOSE, "ipc")
    [all...]
  /system/libhwbinder/
IPCThreadState.cpp 54 #define IF_LOG_TRANSACTIONS() IF_ALOG(LOG_VERBOSE, "transact")
55 #define IF_LOG_COMMANDS() IF_ALOG(LOG_VERBOSE, "ipc")
    [all...]
  /device/google/contexthub/firmware/os/drivers/rohm_rpr0521/
rohm_rpr0521.c 143 osLog(LOG_VERBOSE, "[Rohm RPR-0521] " fmt, ##__VA_ARGS__); \
  /external/libchrome/base/
logging.h 293 const LogSeverity LOG_VERBOSE = -1; // This is level 1 verbosity
    [all...]
  /system/bt/audio_a2dp_hw/src/
audio_a2dp_hw.cc 73 #define FNLOG() LOG_VERBOSE(LOG_TAG, "%s", __func__);
75 LOG_VERBOSE(LOG_TAG, "%s: " fmt, __func__, ##__VA_ARGS__)
    [all...]
  /system/bt/audio_hearing_aid_hw/src/
audio_hearing_aid_hw.cc 60 #define FNLOG() LOG_VERBOSE(LOG_TAG, "%s", __func__);
62 LOG_VERBOSE(LOG_TAG, "%s: " fmt, __func__, ##__VA_ARGS__)
    [all...]

Completed in 1005 milliseconds

12 3