Home
last modified time | relevance | path

Searched refs:LOGD (Results 1 – 19 of 19) sorted by relevance

/system/chre/platform/include/chre/platform/
Dlog.h54 #ifndef LOGD
83 #undef LOGD
84 #define LOGD(format, ...) chreLogNull(format, ##__VA_ARGS__) macro
Dstatic_nanoapp_init.h41 #undef LOGD
/system/chre/util/include/chre/util/nanoapp/
Dlog.h60 #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/
Dinit.cc113 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()
Dhost_link.cc305 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()
Dplatform_sensor.cc640 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/
Dgki_buffer.c34 #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/
Dgki_buffer.c34 #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/
Dchre_daemon.cc135 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/
Dlog.h33 #define LOGD(fmt, ...) FARF(MEDIUM, fmt, ##__VA_ARGS__) macro
/system/chre/platform/linux/include/chre/target_platform/
Dlog.h33 #define LOGD(fmt, ...) CHRE_LINUX_LOG("D", "97", fmt, ##__VA_ARGS__) macro
/system/chre/host/common/
Dsocket_client.cc71 LOGD("Waiting for RX thread to exit"); in disconnect()
201 LOGD("Successfully (re)connected"); in reconnect()
Dsocket_server.cc296 LOGD("Caught signal %d", signal); in signalHandler()
/system/chre/platform/shared/
Dpal_system_api.cc58 LOGD(PAL_LOG_FORMAT_STR, logBuf); in palSystemApiLog()
Dchre_api_core.cc75 LOGD("%s", logBuf); in chreLog()
/system/chre/host/common/include/chre_host/
Dlog.h39 #define LOGD(format, ...) CHRE_LOG(LOG_DEBUG, format, ##__VA_ARGS__) macro
/system/chre/core/
Dtimer_pool.cc49 LOGD("App %" PRIx64 " requested timer with duration %" PRIu64 "ns", in setTimer()
91 LOGD("App %" PRIx64 " cancelled timer %" PRIu32, nanoapp->getAppId(), in cancelTimer()
Dsensor_request_manager.cc77 LOGD("Found sensor: %s", getSensorTypeName(sensorType)); in SensorRequestManager()
/system/chre/platform/linux/
Dsystem_timer.cc130 LOGD("Set timer to expire in %.f ms", (delayNs / 1000000.0)); in setInternal()