Home
last modified time | relevance | path

Searched refs:LOG_VERBOSE (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/vehicle_network_service/
DVehiclePropertyAccessControl.cpp35 #define LOG_VERBOSE(x...) ALOGD(x) macro
37 #define LOG_VERBOSE(x...) macro
216 LOG_VERBOSE( in populate()
220 LOG_VERBOSE("Property %08x was updated: uid=%d access=%d\n", in populate()
DVehicleNetworkService.cpp37 #define LOG_VERBOSE(x...) ALOGD(x) macro
39 #define LOG_VERBOSE(x...) macro
637 LOG_VERBOSE("subscribe, binder 0x%x prop 0x%x", ibinder.get(), prop); in subscribe()
670 LOG_VERBOSE("subscribe to internal property, prop 0x%x", prop); in subscribe()
683 LOG_VERBOSE("subscribe to HAL, prop 0x%x sample rate:%f zones:0x%x", prop, sampleRate, in subscribe()
704 LOG_VERBOSE("unsubscribe, binder 0x%x, prop 0x%x", ibinder.get(), prop); in unsubscribe()
713 LOG_VERBOSE("unsubscribe to internal property, prop 0x%x", prop); in unsubscribe()
749 LOG_VERBOSE("add binder 0x%x to map", ibinder.get()); in findOrCreateClientLocked()