/system/chre/platform/include/chre/platform/ |
D | log.h | 54 #ifndef LOGD 83 #undef LOGD 84 #define LOGD(format, ...) chreLogNull(format, ##__VA_ARGS__) macro
|
D | static_nanoapp_init.h | 41 #undef LOGD
|
/system/chre/util/include/chre/util/nanoapp/ |
D | log.h | 60 #define LOGD(fmt, ...) chreLog(CHRE_LOG_DEBUG, LOG_TAG " " fmt, ##__VA_ARGS__) macro 62 #define LOGD(fmt, ...) chreLogNull(fmt, ##__VA_ARGS__) macro
|
/system/chre/platform/slpi/ |
D | init.cc | 113 LOGD("CHRE thread exiting"); in chreThreadEntry() 160 LOGD("Started CHRE thread"); in chre_slpi_start_thread() 202 LOGD("Tried to stop CHRE thread, but not running"); in chre_slpi_stop_thread()
|
D | host_link.cc | 305 LOGD("Returning message to host (result %d length %u)", result, *messageLen); in chre_slpi_get_message_to_host() 382 LOGD("Parsed nanoapp message from host: app ID 0x%016" PRIx64 ", endpoint " in handleNanoappMessage() 394 LOGD("Got hub info request from client ID %" PRIu16, hostClientId); in handleHubInfoRequest() 400 LOGD("Got nanoapp list request from client ID %" PRIu16, hostClientId); in handleNanoappListRequest() 414 LOGD("Got load nanoapp request (txnId %" PRIu32 ") for appId 0x%016" PRIx64 in handleLoadNanoappRequest()
|
D | platform_sensor.cc | 640 LOGD("Status: id %" PRIu64 ", num clients: curr %" PRIu8 " new %" PRIu8, in handleSensorStatusMonitorIndication() 732 LOGD("SensorID %" PRIu8 ", DataType %" PRIu8 ", MaxRate %" PRIu16 in getSensorsForSensorId() 850 LOGD("Releasing lastEvent: 0x%p, id %" PRIu8 ", type %" PRIu8 ", cal %" in ~PlatformSensor()
|
/system/nfc/halimpl/bcm2079x/gki/common/ |
D | gki_buffer.c | 34 #define LOGD(format, ...) \ macro 77 LOGD( in gki_init_free_queue() 389 LOGD("GKI_getbuf() requesting %d func:%s(line=%d)", size, _function_, _line_); in GKI_getbuf_debug() 442 LOGD("GKI_getbuf() allocated, %x, %x (%d of %d used) %d", in GKI_getbuf_debug() 456 LOGD("GKI_getbuf() unable to allocate buffer!!!!!"); in GKI_getbuf_debug() 457 LOGD("******************** GKI Memory Pool Dump ********************"); in GKI_getbuf_debug() 461 LOGD("Dumping total of %d buffer pools", p_cb->curr_total_no_of_pools); in GKI_getbuf_debug() 466 LOGD("pool %d has a total of %d buffers (start=%p)", i, in GKI_getbuf_debug() 471 LOGD("pool:%d, buf[%d]:%x, hdr:%x status=%d func:%s(line=%d)", i, x, in GKI_getbuf_debug() 479 LOGD("**************************************************************"); in GKI_getbuf_debug() [all …]
|
/system/nfc/src/gki/common/ |
D | gki_buffer.c | 34 #define LOGD(format, ...) \ macro 77 LOGD( in gki_init_free_queue() 390 LOGD("GKI_getbuf() requesting %d func:%s(line=%d)", size, _function_, _line_); in GKI_getbuf_debug() 443 LOGD("GKI_getbuf() allocated, %x, %x (%d of %d used) %d", in GKI_getbuf_debug() 457 LOGD("GKI_getbuf() unable to allocate buffer!!!!!"); in GKI_getbuf_debug() 458 LOGD("******************** GKI Memory Pool Dump ********************"); in GKI_getbuf_debug() 462 LOGD("Dumping total of %d buffer pools", p_cb->curr_total_no_of_pools); in GKI_getbuf_debug() 467 LOGD("pool %d has a total of %d buffers (start=%p)", i, in GKI_getbuf_debug() 472 LOGD("pool:%d, buf[%d]:%x, hdr:%x status=%d func:%s(line=%d)", i, x, in GKI_getbuf_debug() 480 LOGD("**************************************************************"); in GKI_getbuf_debug() [all …]
|
/system/chre/host/msm/daemon/ |
D | chre_daemon.cc | 135 LOGD("Calling into chre_slpi_get_message_to_host"); in chre_message_to_host_thread() 141 LOGD("CHRE shutting down, exiting CHRE->Host message thread"); in chre_message_to_host_thread() 269 LOGD("Delivering message from host (size %zu)", length); in onMessageReceivedFromClient()
|
/system/chre/platform/slpi/include/chre/target_platform/ |
D | log.h | 33 #define LOGD(fmt, ...) FARF(MEDIUM, fmt, ##__VA_ARGS__) macro
|
/system/chre/platform/linux/include/chre/target_platform/ |
D | log.h | 33 #define LOGD(fmt, ...) CHRE_LINUX_LOG("D", "97", fmt, ##__VA_ARGS__) macro
|
/system/chre/host/common/ |
D | socket_client.cc | 71 LOGD("Waiting for RX thread to exit"); in disconnect() 201 LOGD("Successfully (re)connected"); in reconnect()
|
D | socket_server.cc | 296 LOGD("Caught signal %d", signal); in signalHandler()
|
/system/chre/platform/shared/ |
D | pal_system_api.cc | 58 LOGD(PAL_LOG_FORMAT_STR, logBuf); in palSystemApiLog()
|
D | chre_api_core.cc | 75 LOGD("%s", logBuf); in chreLog()
|
/system/chre/host/common/include/chre_host/ |
D | log.h | 39 #define LOGD(format, ...) CHRE_LOG(LOG_DEBUG, format, ##__VA_ARGS__) macro
|
/system/chre/core/ |
D | timer_pool.cc | 49 LOGD("App %" PRIx64 " requested timer with duration %" PRIu64 "ns", in setTimer() 91 LOGD("App %" PRIx64 " cancelled timer %" PRIu32, nanoapp->getAppId(), in cancelTimer()
|
D | sensor_request_manager.cc | 77 LOGD("Found sensor: %s", getSensorTypeName(sensorType)); in SensorRequestManager()
|
/system/chre/platform/linux/ |
D | system_timer.cc | 130 LOGD("Set timer to expire in %.f ms", (delayNs / 1000000.0)); in setInternal()
|