/system/bt/service/ipc/binder/ |
D | bluetooth_binder_server.cc | 52 VLOG(2) << __func__; in IsEnabled() 58 VLOG(2) << __func__; in GetState() 65 VLOG(2) << __func__; in Enable() 71 VLOG(2) << __func__; in EnableNoAutoConnect() 78 VLOG(2) << __func__; in Disable() 84 VLOG(2) << __func__; in GetAddress() 91 VLOG(2) << __func__; in GetUUIDs() 99 VLOG(2) << __func__; in SetName() 105 VLOG(2) << __func__; in GetName() 112 VLOG(2) << __func__; in RegisterCallback() [all …]
|
D | bluetooth_low_energy_binder_server.cc | 45 VLOG(2) << __func__; in RegisterClient() 54 VLOG(2) << __func__; in UnregisterClient() 60 VLOG(2) << __func__; in UnregisterAll() 69 VLOG(2) << __func__ << " client_id: " << client_id << " address: " << address in Connect() 88 VLOG(2) << __func__ << " client_id: " << client_id << " address: " << address; in Disconnect() 105 VLOG(2) << __func__ << " client_id: " << client_id << " address: " << address in SetMtu() 123 VLOG(2) << __func__ << " address: " << address << " connected: " << connected; in OnConnectionState() 128 VLOG(2) << "Client was unregistered - client_id: " << client_id; in OnConnectionState() 139 VLOG(2) << __func__ << " address: " << address << " status: " << status in OnMtuChanged() 145 VLOG(2) << "Client was unregistered - client_id: " << client_id; in OnMtuChanged() [all …]
|
D | bluetooth_gatt_server_binder_server.cc | 45 VLOG(2) << __func__; in RegisterServer() 54 VLOG(2) << __func__; in UnregisterServer() 60 VLOG(2) << __func__; in UnregisterAll() 68 VLOG(2) << __func__; in AddService() 85 VLOG(2) << "BluetoothLowEnergyBinderServer was deleted"; in AddService() 93 VLOG(2) << "The callback was deleted"; in AddService() 113 VLOG(2) << __func__; in SendResponse() 133 VLOG(2) << __func__; in SendNotification() 149 VLOG(2) << "BluetoothLowEnergyBinderServer was deleted"; in SendNotification() 157 VLOG(2) << "The callback was deleted"; in SendNotification() [all …]
|
D | bluetooth_le_advertiser_binder_server.cc | 45 VLOG(2) << __func__; in RegisterAdvertiser() 55 VLOG(2) << __func__; in UnregisterAdvertiser() 61 VLOG(2) << __func__; in UnregisterAll() 70 VLOG(2) << __func__ << " advertiser_id: " << advertiser_id; in StartMultiAdvertising() 87 VLOG(2) << "BluetoothLeAdvertiserBinderServer was deleted"; in StartMultiAdvertising() 95 VLOG(1) << "Advertiser was removed before callback: " << advertiser_id; in StartMultiAdvertising() 115 VLOG(2) << __func__; in StopMultiAdvertising() 132 VLOG(2) << "BluetoothLeAdvertiserBinderServer was deleted"; in StopMultiAdvertising() 138 VLOG(2) << "Advertiser was unregistered - advertiser_id: " in StopMultiAdvertising() 174 VLOG(1) << __func__ << " status: " << status; in OnRegisterInstanceImpl()
|
D | interface_with_instances_base.cc | 27 VLOG(2) << __func__; in RegisterInstanceBase() 55 VLOG(2) << "InterfaceWithInstancesBase was deleted while instance was" in RegisterInstanceBase() 73 VLOG(2) << __func__; in UnregisterInstanceBase() 81 VLOG(2) << __func__; in UnregisterAllBase() 104 VLOG(2) << __func__ << " - status: " << status; in OnRegisterInstance() 113 VLOG(1) << "Callback was removed before the call to \"RegisterInstance\" " in OnRegisterInstance() 133 VLOG(1) << "Registered BluetoothInstance - ID: " << instance_id; in OnRegisterInstance() 143 VLOG(2) << __func__ << " instance_id: " << key; in OnRemoteCallbackRemoved()
|
D | bluetooth_le_scanner_binder_server.cc | 45 VLOG(2) << __func__; in RegisterScanner() 54 VLOG(2) << __func__; in UnregisterScanner() 60 VLOG(2) << __func__; in UnregisterAll() 69 VLOG(2) << __func__ << " scanner_id: " << scanner_id; in StartScan() 90 VLOG(2) << __func__ << " scanner_id: " << scanner_id; in StopScan() 106 VLOG(2) << __func__; in OnScanResult() 112 VLOG(2) << "Scanner was unregistered - scanner_id: " << scanner_id; in OnScanResult() 135 VLOG(1) << __func__ << " status: " << status; in OnRegisterInstanceImpl()
|
D | bluetooth_gatt_client_binder_server.cc | 41 VLOG(2) << __func__; in RegisterClient() 51 VLOG(2) << __func__; in UnregisterClient() 57 VLOG(2) << __func__; in UnregisterAll() 78 VLOG(1) << __func__ << " client ID: " << instance->GetInstanceId() in OnRegisterInstanceImpl()
|
D | remote_callback_list.h | 119 VLOG(1) << "Callback list already contains given callback"; in Register() 132 VLOG(2) << "Callback successfully registered with list"; in Register() 144 VLOG(2) << "Given callback not registered with this list"; in Unregister() 174 VLOG(2) << "Callback successfully removed from list"; in UnregisterInternal() 190 VLOG(1) << "Received binderDied"; in binderDied() 201 VLOG(1) << "Callback from dead process unregistered"; in binderDied()
|
D | remote_callback_map.h | 132 VLOG(1) << "Callback map already contains key"; in Register() 146 VLOG(2) << "Callback successfully registered with map"; in Register() 157 VLOG(1) << "Callback with given key not found"; in Unregister() 210 VLOG(2) << "Callback successfully removed from map"; in UnregisterInternal() 226 VLOG(1) << "Received binderDied"; in binderDied() 239 VLOG(1) << "Callback from dead process unregistered; notifying delegate"; in binderDied()
|
/system/bt/service/hal/ |
D | bluetooth_gatt_interface.cc | 83 VLOG(2) << __func__ << " - status: " << status << " client_if: " << client_if; in RegisterClientCallback() 101 VLOG(2) << __func__ << " - BD_ADDR: " << BtAddrString(bda) in ScanResultCallback() 112 VLOG(2) << __func__ << " - status: " << status << " client_if: " << client_if in ConnectCallback() 125 VLOG(2) << __func__ << " - conn_id: " << conn_id << " - status: " << status in DisconnectCallback() 135 VLOG(2) << __func__ << " - conn_id: " << conn_id << " - status: " << status; in SearchCompleteCallback() 155 VLOG(2) << __func__ << " - conn_id: " << conn_id in NotifyCallback() 167 VLOG(2) << __func__ << " - conn_id: " << conn_id << " - status: " << status; in WriteCharacteristicCallback() 177 VLOG(2) << __func__ << " - conn_id: " << conn_id << " - status: " << status; in WriteDescriptorCallback() 187 VLOG(2) << __func__ << " - conn_id: " << conn_id << " status: " << status in MtuChangedCallback() 196 VLOG(2) << __func__ << " - conn_id: " << conn_id << " size: " << size; in GetGattDbCallback() [all …]
|
D | bluetooth_interface.cc | 71 VLOG(1) << "Adapter state changed: " << BtStateText(state); in AdapterStateChangedCallback() 79 VLOG(1) << "Adapter properties changed - status: " << BtStatusText(status) in AdapterPropertiesCallback() 91 VLOG(1) << " Remote device properties changed - status: " in RemoteDevicePropertiesCallback() 102 VLOG(1) << "Discovery state changed - state: " << BtDiscoveryStateText(state); in DiscoveryStateChangedCallback() 110 VLOG(2) << __func__ << " - remote_bd_addr: " << remote_bd_addr in PinRequestCallback() 122 VLOG(2) << __func__ << " - remote_bd_addr: " << remote_bd_addr in SSPRequestCallback() 133 VLOG(2) << __func__ << " - remote_bd_addr: " << BtAddrString(remote_bd_addr) in BondStateChangedCallback() 144 VLOG(1) << "Remote device ACL state changed - status: " in AclStateChangedCallback() 153 VLOG(1) << "ThreadEventCallback" << BtEventText(evt); in ThreadEventCallback()
|
/system/bt/service/ |
D | low_energy_client.cc | 44 VLOG(1) << "LowEnergyClient unregistering client: " << client_id_; in ~LowEnergyClient() 55 VLOG(2) << __func__ << "Address: " << address << " is_direct: " << is_direct; in Connect() 72 VLOG(2) << __func__ << "Address: " << address; in Disconnect() 99 VLOG(2) << __func__ << "Address: " << address << " MTU: " << mtu; in SetMtu() 141 VLOG(1) << __func__ << "client_id: " << client_id << " status: " << status; in ConnectCallback() 161 VLOG(1) << __func__ << " client_id: " << client_id << " status: " << status; in DisconnectCallback() 176 VLOG(1) << __func__ << " conn_id: " << conn_id << " status: " << status in MtuChangedCallback() 210 VLOG(1) << __func__ << " - UUID: " << uuid.ToString(); in RegisterInstance() 235 VLOG(1) << __func__ << " - UUID: " << uuid.ToString(); in RegisterClientCallback() 240 VLOG(1) << "Ignoring callback for unknown app_id: " << uuid.ToString(); in RegisterClientCallback()
|
D | gatt_server.cc | 47 VLOG(1) << "GattServer unregistering: " << server_id_; in ~GattServer() 71 VLOG(1) << __func__ << " server_id: " << server_id_; in AddService() 117 VLOG(1) << __func__ << " - server_id: " << server_id_ in SendResponse() 188 VLOG(1) << " - server_id: " << server_id_ in SendNotification() 215 VLOG(1) << "A" << (confirm ? "n indication" : " notification") in SendNotification() 257 VLOG(1) << __func__ << " conn_id: " << conn_id << " connected: " << connected in ConnectionCallback() 262 VLOG(1) << "No longer connected: " << device_address; in ConnectionCallback() 305 VLOG(1) << __func__ << " - status: " << status << " server_id: " << server_id in ServiceAddedCallback() 314 VLOG(1) << " - processing item no: " << i in ServiceAddedCallback() 352 VLOG(1) << __func__ << " - conn_id: " << conn_id << " trans_id: " << trans_id in RequestReadCharacteristicCallback() [all …]
|
D | low_energy_advertiser.cc | 133 VLOG(1) << "LowEnergyAdvertiser unregistering advertiser: " << advertiser_id_; in ~LowEnergyAdvertiser() 147 VLOG(2) << __func__; in StartAdvertising() 192 VLOG(2) << __func__; in StopAdvertising() 242 VLOG(1) << __func__ << "advertiser_id: " << advertiser_id in EnableCallback() 265 VLOG(1) << "Multi-advertising stopped for advertiser_id: " in EnableCallback() 299 VLOG(1) << __func__; in RegisterInstance() 311 VLOG(1) << __func__ << " calling register!"; in RegisterInstance() 315 VLOG(1) << __func__ << " call finished!"; in RegisterInstance() 325 VLOG(1) << __func__; in RegisterAdvertiserCallback() 330 VLOG(1) << "Ignoring callback for unknown app_id: " << app_uuid.ToString(); in RegisterAdvertiserCallback()
|
D | low_energy_scanner.cc | 79 VLOG(1) << "LowEnergyScanner unregistering scanner: " << scanner_id_; in ~LowEnergyScanner() 98 VLOG(2) << __func__; in StartScan() 119 VLOG(2) << __func__; in StopScan() 175 VLOG(1) << __func__ << " - UUID: " << uuid.ToString(); in RegisterInstance() 201 VLOG(1) << __func__ << " - UUID: " << uuid.ToString(); in RegisterScannerCallback() 206 VLOG(1) << "Ignoring callback for unknown app_id: " << uuid.ToString(); in RegisterScannerCallback()
|
D | gatt_client.cc | 34 VLOG(1) << "GattClient unregistering client: " << client_id_; in ~GattClient() 58 VLOG(1) << __func__ << " - UUID: " << uuid.ToString(); in RegisterInstance() 85 VLOG(1) << "Ignoring callback for unknown app_id: " << uuid.ToString(); in RegisterClientCallback()
|
/system/tpm/attestation/server/ |
D | dbus_service.cc | 72 VLOG(1) << __func__; in HandleCreateGoogleAttestedKey() 90 VLOG(1) << __func__; in HandleGetKeyInfo() 107 VLOG(1) << __func__; in HandleGetEndorsementInfo() 126 VLOG(1) << __func__; in HandleGetAttestationKeyInfo() 145 VLOG(1) << __func__; in HandleActivateAttestationKey() 164 VLOG(1) << __func__; in HandleCreateCertifiableKey() 182 VLOG(1) << __func__; in HandleDecrypt() 198 VLOG(1) << __func__; in HandleSign() 215 VLOG(1) << __func__; in HandleRegisterKeyWithChapsToken()
|
/system/tpm/tpm_manager/server/ |
D | tpm_manager_service.cc | 44 VLOG(1) << "Worker thread started."; in Initialize() 49 VLOG(1) << "Initializing service..."; in InitializeTask() 56 VLOG(1) << "Initializing TPM."; in InitializeTask() 73 VLOG(1) << __func__; in GetTpmStatusTask() 104 VLOG(1) << __func__; in TakeOwnershipTask() 126 VLOG(1) << __func__; in RemoveOwnerDependencyTask() 168 VLOG(1) << __func__; in DefineSpaceTask() 187 VLOG(1) << __func__; in DestroySpaceTask() 200 VLOG(1) << __func__; in WriteSpaceTask() 222 VLOG(1) << __func__; in ReadSpaceTask() [all …]
|
/system/bt/stack/btm/ |
D | ble_advertiser_hci_interface.cc | 65 VLOG(1) << "subcode = " << +subcode << ", status: " << +status; in btm_ble_multi_adv_vsc_cmpl_cback() 122 VLOG(1) << __func__; in SetParameters() 161 VLOG(1) << __func__; in SetAdvertisingData() 180 VLOG(1) << __func__; in SetScanResponseData() 196 VLOG(1) << __func__; in SetRandomAddress() 212 VLOG(1) << __func__; in Enable() 265 VLOG(1) << __func__; in VendorSpecificEventCback() 326 VLOG(1) << __func__; in SetParameters() 362 VLOG(1) << __func__; in SetAdvertisingData() 380 VLOG(1) << __func__; in SetScanResponseData() [all …]
|
D | btm_ble_multi_adv.cc | 113 VLOG(1) << "executing timer scheduled at %s" << data->posted_from.ToString(); in alarm_closure_cb() 125 VLOG(1) << "scheduling timer %s" << data->posted_from.ToString(); in alarm_set_closure_on_queue() 178 VLOG(1) << __func__; in OnRpaGenerationComplete() 528 VLOG(1) << __func__ << " inst_id: " << +inst_id; in EnableWithTimerCb() 547 VLOG(1) << __func__ << " inst_id: " << +inst_id; in Enable() 554 VLOG(1) << __func__ << " enable: " << enable << ", duration: " << +duration; in Enable() 606 VLOG(1) << __func__ << " inst_id: " << +inst_id; in SetParameters() 644 VLOG(1) << __func__ << " inst_id: " << +inst_id; in SetData() 651 VLOG(1) << "is_scan_rsp = " << is_scan_rsp; in SetData() 678 VLOG(1) << "data is: " << base::HexEncode(data.data(), data.size()); in SetData() [all …]
|
/system/media/brillo/audio/audioservice/ |
D | audio_device_handler.cpp | 84 VLOG(1) << "Calling GetInitialAudioDeviceState on APSConnect."; in APSConnect() 93 VLOG(1) << "Calling DisconnectAllSupportedDevices."; in Init() 98 VLOG(1) << "Calling ReadInitialAudioDeviceState."; in Init() 118 VLOG(1) << "Initial audio jack state is " << state; in GetInitialAudioDeviceState() 134 VLOG(1) << "Calling Audio Policy Service to change " << device << " to state " in NotifyAudioPolicyService() 145 VLOG(1) << "Calling audio policy service to set " << usage << " to " in SetDevice() 210 VLOG(1) << event.type << " " << event.code << " " << event.value; in ProcessEvent()
|
D | audio_daemon.cpp | 96 VLOG(1) << "Registered brilloaudioservice with the service manager."; in InitializeBrilloAudioService() 115 VLOG(1) << "Registered death notification."; in ConnectToAPS() 163 VLOG(1) << "Triggering device callback."; in DeviceCallback() 180 VLOG(1) << "Triggering volume button press callback."; in VolumeCallback()
|
/system/core/adb/ |
D | adb_trace.h | 46 #define VLOG(TAG) \ macro 54 VLOG(TRACE_TAG) << android::base::StringPrintf(__VA_ARGS__)
|
/system/bt/btif/src/ |
D | btif_ble_advertiser.cc | 119 VLOG(1) << __func__; in SetParameters() 143 VLOG(1) << __func__ << " advertiser_id: " << +advertiser_id in Enable() 159 VLOG(1) << __func__; in StartAdvertising() 181 VLOG(1) << __func__; in StartAdvertisingSet() 202 VLOG(1) << __func__ << " advertiser_id: " << +advertiser_id; in SetPeriodicAdvertisingParameters() 217 VLOG(1) << __func__ << " advertiser_id: " << +advertiser_id; in SetPeriodicAdvertisingData() 228 VLOG(1) << __func__ << " advertiser_id: " << +advertiser_id in SetPeriodicAdvertisingEnable()
|
/system/bt/service/common/bluetooth/ |
D | advertise_data.cc | 44 VLOG(1) << "Advertising data badly formatted"; in IsValid() 62 VLOG(1) << "Cannot set EIR field type: " << type; in IsValid()
|