Home
last modified time | relevance | path

Searched refs:d (Results 1 – 25 of 2239) sorted by relevance

12345678910>>...90

/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
Dpointertest.cpp568 Document d; in TEST() local
570 Value* v = &Pointer("").Create(d, d.GetAllocator()); in TEST()
571 EXPECT_EQ(&d, v); in TEST()
574 Value* v = &Pointer("/foo").Create(d, d.GetAllocator()); in TEST()
575 EXPECT_EQ(&d["foo"], v); in TEST()
578 Value* v = &Pointer("/foo/0").Create(d, d.GetAllocator()); in TEST()
579 EXPECT_EQ(&d["foo"][0], v); in TEST()
582 Value* v = &Pointer("/foo/-").Create(d, d.GetAllocator()); in TEST()
583 EXPECT_EQ(&d["foo"][1], v); in TEST()
587 Value* v = &Pointer("/foo/-/-").Create(d, d.GetAllocator()); in TEST()
[all …]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
DStateView.java141 float d = sArrowWidth; in onDraw() local
144 drawHorizontalPath(w, h, r, d); in onDraw()
147 drawVerticalDownPath(w, h, r, d); in onDraw()
149 drawVerticalPath(w, h, r, d); in onDraw()
168 private void drawHorizontalPath(float w, float h, float r, float d) { in drawHorizontalPath() argument
175 mPath.lineTo(d, 0); in drawHorizontalPath()
176 mPath.lineTo(d, r); in drawHorizontalPath()
177 mPath.lineTo(0, r + d); in drawHorizontalPath()
178 mPath.lineTo(d, r + d + r); in drawHorizontalPath()
179 mPath.lineTo(d, h); in drawHorizontalPath()
[all …]
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_utilities_poly.h79 DB_API void db_SolveCubic(double *roots,int *nr_roots,double a,double b,double c,double d);
84 DB_API void db_SolveQuartic(double *roots,int *nr_roots,double a,double b,double c,double d,double …
89 DB_API void db_SolveQuarticForced(double *roots,int *nr_roots,double a,double b,double c,double d,d…
96 inline void db_MultiplyPoly1_1(double *d,const double *a,const double *b) in db_MultiplyPoly1_1() argument
103 d[0]=a0*b0; in db_MultiplyPoly1_1()
104 d[1]=a0*b1+a1*b0; in db_MultiplyPoly1_1()
105 d[2]= a1*b1; in db_MultiplyPoly1_1()
108 inline void db_MultiplyPoly0_2(double *d,const double *a,const double *b) in db_MultiplyPoly0_2() argument
115 d[0]=a0*b0; in db_MultiplyPoly0_2()
116 d[1]=a0*b1; in db_MultiplyPoly0_2()
[all …]
Ddb_utilities_linalg.cpp31 void db_CholeskyDecomp6x6(double A[36],double d[6]) in db_CholeskyDecomp6x6()
38 d[0]=((s>0.0)?sqrt(s):1.0); in db_CholeskyDecomp6x6()
39 temp=db_SafeReciprocal(d[0]); in db_CholeskyDecomp6x6()
47 d[1]=((s>0.0)?sqrt(s):1.0); in db_CholeskyDecomp6x6()
48 temp=db_SafeReciprocal(d[1]); in db_CholeskyDecomp6x6()
55 d[2]=((s>0.0)?sqrt(s):1.0); in db_CholeskyDecomp6x6()
56 temp=db_SafeReciprocal(d[2]); in db_CholeskyDecomp6x6()
62 d[3]=((s>0.0)?sqrt(s):1.0); in db_CholeskyDecomp6x6()
63 temp=db_SafeReciprocal(d[3]); in db_CholeskyDecomp6x6()
68 d[4]=((s>0.0)?sqrt(s):1.0); in db_CholeskyDecomp6x6()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcpNativeInterface.java55 d("Init AvrcpNativeInterface"); in init()
61 d("Cleanup AvrcpNativeInterface"); in cleanup()
67 d("Register our BIP server at psm=" + l2capPsm); in registerBipServer()
72 d("Unregister any BIP server"); in unregisterBipServer()
81 d("getCurrentSongInfo"); in getCurrentSongInfo()
91 d("getPlayStatus"); in getPlayStatus()
101 d("sendMediaKeyEvent: keyEvent=" + keyEvent + " pushed=" + pushed); in sendMediaKeyEvent()
111 d("getCurrentMediaId"); in getCurrentMediaId()
121 d("getNowPlayingList"); in getNowPlayingList()
131 d("getCurrentPlayerId"); in getCurrentPlayerId()
[all …]
DAvrcpVolumeManager.java78 d("switchVolumeDevice: Set Absolute volume support to " + mDeviceMap.get(device)); in switchVolumeDevice()
84 d("switchVolumeDevice: savedVolume=" + savedVolume); in switchVolumeDevice()
113 BluetoothDevice d = BluetoothAdapter.getDefaultAdapter().getRemoteDevice(key); in AvrcpVolumeManager() local
115 if (value instanceof Integer && d.getBondState() == BluetoothDevice.BOND_BONDED) { in AvrcpVolumeManager()
116 mVolumeMap.put(d, (Integer) value); in AvrcpVolumeManager()
118 d("Removing " + key + " from the volume map"); in AvrcpVolumeManager()
164 d("getVolume: Returning volume " + mVolumeMap.get(device)); in getVolume()
188 d("sendVolumeChanged: Skipping update volume to same as current."); in sendVolumeChanged()
217 d("onAudioDevicesAdded: Not expecting device changed"); in onAudioDevicesAdded()
222 d("onAudioDevicesAdded: size: " + addedDevices.length); in onAudioDevicesAdded()
[all …]
/packages/services/Telephony/src/com/android/services/telephony/rcs/
DSipSessionTracker.java135 .filter(d -> d.getCallId().equals(callId)) in cleanupSession()
139 for (SipDialog d : dialogsToCleanup) { in cleanupSession()
140 d.close(); in cleanupSession()
141 logi("Dialog closed: " + d); in cleanupSession()
155 d -> d.equalsIgnoreCase(featureTag)); in getCallIdsAssociatedWithFeatureTag()
166 return mTrackedDialogs.stream().filter(d -> d.getState() == SipDialog.STATE_EARLY) in getEarlyDialogs()
174 return mTrackedDialogs.stream().filter(d -> d.getState() == SipDialog.STATE_CONFIRMED) in getConfirmedDialogs()
184 return mTrackedDialogs.stream().filter(d -> d.getState() == SipDialog.STATE_CLOSED) in getClosedDialogs()
222 for (SipDialog d : mTrackedDialogs) { in dump()
223 pw.println(d); in dump()
[all …]
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
Ddtoa.h69 uint32_t d = 0; in DigitGen() local
71 case 9: d = p1 / 100000000; p1 %= 100000000; break; in DigitGen()
72 case 8: d = p1 / 10000000; p1 %= 10000000; break; in DigitGen()
73 case 7: d = p1 / 1000000; p1 %= 1000000; break; in DigitGen()
74 case 6: d = p1 / 100000; p1 %= 100000; break; in DigitGen()
75 case 5: d = p1 / 10000; p1 %= 10000; break; in DigitGen()
76 case 4: d = p1 / 1000; p1 %= 1000; break; in DigitGen()
77 case 3: d = p1 / 100; p1 %= 100; break; in DigitGen()
78 case 2: d = p1 / 10; p1 %= 10; break; in DigitGen()
79 case 1: d = p1; p1 = 0; break; in DigitGen()
[all …]
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DA2dpReceiver.java70 Log.d(TAG, "mBluetoothA2dpReceiver.onReceive() intent=" + intent);
87 Log.d(TAG, "BluetoothA2dpServiceListener.onServiceConnected");
93 Log.d(TAG, "BluetoothA2dpServiceListener.onServiceDisconnected");
115 Log.d(TAG, "BluetoothAdapter is NOT enabled, enable now"); in A2dpReceiver()
129 Log.d(TAG, "After getProfileProxy()"); in A2dpReceiver()
135 Log.d(TAG, "A2dpReceiver()"); in A2dpReceiver()
143 Log.d(TAG, "Start initialize()"); in initialize()
163 Log.d(TAG, "Finish initialize()"); in initialize()
185 Log.d(TAG, "Received PMC command message"); in onReceive()
248 Log.d(TAG, "Play Time = " + tmpStr); in processParameters()
[all …]
DGattClientListener.java75 Log.d(TAG, "Start GattClientListener()"); in GattClientListener()
85 Log.d(TAG, "BluetoothAdapter is NOT enabled, enable now"); in GattClientListener()
99 Log.d(TAG, "End GattClientListener"); in GattClientListener()
125 Log.d(TAG, "Current Cycle Num: " + currentAlarm); in startAlarm()
127 Log.d(TAG, "All alarms are done"); in startAlarm()
150 Log.d(TAG, "onReceiver: " + intent.getAction()); in onReceive()
186 Log.d(TAG, "onConnectionStateChange " + status); in onConnectionStateChange()
188 Log.d(TAG, "State Connected to mac address " in onConnectionStateChange()
194 Log.d(TAG, "State Disconnected from mac address " in onConnectionStateChange()
204 Log.d(TAG, "State Connecting to mac address " in onConnectionStateChange()
[all …]
DGattServer.java62 Log.d(TAG, "Start GattServer()"); in GattServer()
72 Log.d(TAG, "BluetoothAdapter is NOT enabled, enable now"); in GattServer()
106 Log.d(TAG, "End GattServer()"); in GattServer()
119 Log.d(TAG, "startGattServer finished"); in startGattServer()
131 Log.d(TAG, "onServiceAdded: " + status); in onServiceAdded()
137 Log.d(TAG, "onCharacteristicReadRequest: " + characteristic); in onCharacteristicReadRequest()
144 Log.d(TAG, "onCharacteristicWriteRequest requestId: " + requestId in onCharacteristicWriteRequest()
153 Log.d(TAG, "onDescriptorReadRequest requestId: " + requestId); in onDescriptorReadRequest()
160 Log.d(TAG, "onDescriptorWriteRequest requestId: " + requestId + " preparedWrite: " in onDescriptorWriteRequest()
166 Log.d(TAG, "onExecuteWrite requestId: " + requestId + " execute: " + execute); in onExecuteWrite()
[all …]
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyDatabaseHelperTest.java61 Log.d(TAG, "setUp() +"); in setUp()
65 Log.d(TAG, "setUp() -"); in setUp()
70 Log.d(TAG, "databaseHelperOnUpgrade_hasApnSetIdField"); in databaseHelperOnUpgrade_hasApnSetIdField()
78 Log.d(TAG, "carriers columns: " + Arrays.toString(upgradedColumns)); in databaseHelperOnUpgrade_hasApnSetIdField()
85 Log.d(TAG, "databaseHelperOnUpgrade_hasSubscriptionTypeField"); in databaseHelperOnUpgrade_hasCarrierIdField()
93 Log.d(TAG, "carriers columns: " + Arrays.toString(upgradedColumns)); in databaseHelperOnUpgrade_hasCarrierIdField()
99 Log.d(TAG, "databaseHelperOnUpgrade_hasCountryIsoField"); in databaseHelperOnUpgrade_hasCountryIsoField()
106 Log.d(TAG, "iso columns: " + Arrays.toString(upgradedColumns)); in databaseHelperOnUpgrade_hasCountryIsoField()
112 Log.d(TAG, "databaseHelperOnUpgrade_hasProfileClassField"); in databaseHelperOnUpgrade_hasProfileClassField()
119 Log.d(TAG, "profile class columns: " + Arrays.toString(upgradedColumns)); in databaseHelperOnUpgrade_hasProfileClassField()
[all …]
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DHostNfcFEmulationManager.java96 if (DBG) Log.d(TAG, "notifyHostEmulationActivated"); in onHostEmulationActivated()
100 if (DBG) Log.d(TAG, "notifyHostEmulationData"); in onHostEmulationData()
121 if (DBG) Log.d(TAG, "resolvedServiceName: " + resolvedServiceName.toString() + in onHostEmulationData()
127 Log.d(TAG, "Binding to existing service"); in onHostEmulationData()
132 Log.d(TAG, "Waiting for new service."); in onHostEmulationData()
142 Log.d(TAG, "Unexpected packet in STATE_W4_SERVICE"); in onHostEmulationData()
153 if (DBG) Log.d(TAG, "notifyHostEmulationDeactivated"); in onHostEmulationDeactivated()
186 if (DBG) Log.d(TAG, "sendDataToServiceLocked"); in sendDataToServiceLocked()
188 Log.d(TAG, "service: " + in sendDataToServiceLocked()
190 Log.d(TAG, "mActiveService: " + in sendDataToServiceLocked()
[all …]
/packages/modules/Wifi/framework/java/android/net/wifi/p2p/
DWifiP2pDeviceList.java46 for (WifiP2pDevice d : source.getDeviceList()) { in WifiP2pDeviceList()
47 mDevices.put(d.deviceAddress, new WifiP2pDevice(d)); in WifiP2pDeviceList()
96 WifiP2pDevice d = mDevices.get(device.deviceAddress); in updateSupplicantDetails() local
97 if (d != null) { in updateSupplicantDetails()
98 d.deviceName = device.deviceName; in updateSupplicantDetails()
99 d.primaryDeviceType = device.primaryDeviceType; in updateSupplicantDetails()
100 d.secondaryDeviceType = device.secondaryDeviceType; in updateSupplicantDetails()
101 d.wpsConfigMethodsSupported = device.wpsConfigMethodsSupported; in updateSupplicantDetails()
102 d.deviceCapability = device.deviceCapability; in updateSupplicantDetails()
103 d.groupCapability = device.groupCapability; in updateSupplicantDetails()
[all …]
/packages/apps/Stk/src/com/android/stk/
DStkMenuActivity.java89 CatLog.d(LOG_TAG, "onCreate"); in onCreate()
105 CatLog.d(LOG_TAG, "onCreate - appService is null"); in onCreate()
127 CatLog.d(LOG_TAG, "mAcceptUsersInput:false"); in onListItemClick()
133 CatLog.d(LOG_TAG, "Item is null"); in onListItemClick()
137 CatLog.d(LOG_TAG, "onListItemClick Id: " + item.id + ", mState: " + mState); in onListItemClick()
144 CatLog.d(LOG_TAG, "mAcceptUsersInput: " + mAcceptUsersInput); in onKeyDown()
151 CatLog.d(LOG_TAG, "KEYCODE_BACK - mState[" + mState + "]"); in onKeyDown()
154 CatLog.d(LOG_TAG, "STATE_SECONDARY"); in onKeyDown()
158 CatLog.d(LOG_TAG, "STATE_MAIN"); in onKeyDown()
171 CatLog.d(LOG_TAG, "onResume, slot id: " + mSlotId + "," + mState); in onResume()
[all …]
DStkAppService.java137 CatLog.d(LOG_TAG, "setPendingActivityInstance act : " + mSlotId + ", " + act); in setPendingActivityInstance()
141 CatLog.d(LOG_TAG, "getPendingActivityInstance act : " + mSlotId + ", " + in getPendingActivityInstance()
146 CatLog.d(LOG_TAG, "setPendingDialogInstance act : " + mSlotId + ", " + act); in setPendingDialogInstance()
150 CatLog.d(LOG_TAG, "getPendingDialogInstance act : " + mSlotId + ", " + in getPendingDialogInstance()
155 CatLog.d(LOG_TAG, "setImmediateDialogInstance act : " + mSlotId + ", " + act); in setImmediateDialogInstance()
159 CatLog.d(LOG_TAG, "getImmediateDialogInstance act : " + mSlotId + ", " + in getImmediateDialogInstance()
306 CatLog.d(LOG_TAG, "onCreate()+"); in onCreate()
312 CatLog.d(LOG_TAG, "simCount: " + mSimCount); in onCreate()
317 CatLog.d(LOG_TAG, "slotId: " + i); in onCreate()
334 CatLog.d(LOG_TAG, "StkAppService onStart intent is null so return"); in onStart()
[all …]
DStkLauncherActivity.java61 CatLog.d(LOG_TAG, "onCreate+"); in onCreate()
87 CatLog.d(LOG_TAG, "mAcceptUsersInput:false"); in onListItemClick()
93 CatLog.d(LOG_TAG, "Item is null"); in onListItemClick()
96 CatLog.d(LOG_TAG, "launch stk menu id: " + item.id); in onListItemClick()
105 CatLog.d(LOG_TAG, "mAcceptUsersInput: " + mAcceptUsersInput); in onKeyDown()
111 CatLog.d(LOG_TAG, "KEYCODE_BACK."); in onKeyDown()
122 CatLog.d(LOG_TAG, "onResume"); in onResume()
126 CatLog.d(LOG_TAG, "item size = 0 so finish."); in onResume()
132 CatLog.d(LOG_TAG, "resume to show multiple stk list."); in onResume()
139 CatLog.d(LOG_TAG, "onPause"); in onPause()
[all …]
/packages/apps/Nfc/src/com/android/nfc/ndefpush/
DNdefPushServer.java73 if (DBG) Log.d(TAG, "starting connection thread"); in run()
84 if (DBG) Log.d(TAG, "read " + size + " bytes"); in run()
94 if (DBG) Log.d(TAG, "connection broken by IOException", e); in run()
100 if (DBG) Log.d(TAG, "got message " + msg.toString()); in run()
108 if (DBG) Log.d(TAG, "about to close"); in run()
114 if (DBG) Log.d(TAG, "finished connection thread"); in run()
131 if (DBG) Log.d(TAG, "about create LLCP service socket"); in run()
138 if (DBG) Log.d(TAG, "failed to create LLCP service socket"); in run()
141 if (DBG) Log.d(TAG, "created LLCP service socket"); in run()
153 if (DBG) Log.d(TAG, "about to accept"); in run()
[all …]
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DDurableUtils.java32 public static <D extends Durable> byte[] writeToArray(D d) throws IOException { in writeToArray() argument
34 d.write(new DataOutputStream(out)); in writeToArray()
38 public static <D extends Durable> D readFromArray(byte[] data, D d) throws IOException { in readFromArray() argument
41 d.reset(); in readFromArray()
43 d.read(new DataInputStream(in)); in readFromArray()
45 d.reset(); in readFromArray()
48 return d; in readFromArray()
51 public static <D extends Durable> byte[] writeToArrayOrNull(D d) { in writeToArrayOrNull() argument
53 return writeToArray(d); in writeToArrayOrNull()
60 public static <D extends Durable> D readFromArrayOrNull(byte[] data, D d) { in readFromArrayOrNull() argument
[all …]
/packages/apps/Gallery/src/com/android/camera/
DMenuHelper.java188 private static void setDetailsValue(View d, String text, int valueId) { in setDetailsValue() argument
189 ((TextView) d.findViewById(valueId)).setText(text); in setDetailsValue()
192 private static void hideDetailsRow(View d, int rowId) { in hideDetailsRow() argument
193 d.findViewById(rowId).setVisibility(View.GONE); in hideDetailsRow()
219 private static void setLatLngDetails(final View d, Activity context, in setLatLngDetails() argument
223 setDetailsValue(d, String.valueOf(latlng[0]), in setLatLngDetails()
225 setDetailsValue(d, String.valueOf(latlng[1]), in setLatLngDetails()
229 hideDetailsRow(d, R.id.details_latitude_row); in setLatLngDetails()
230 hideDetailsRow(d, R.id.details_longitude_row); in setLatLngDetails()
231 hideDetailsRow(d, R.id.details_location_row); in setLatLngDetails()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppObserver.java72 Log.d(TAG, "getApp(): Looking for " + authoritiesName); in getApp()
76 Log.d(TAG, " Comparing: " + app.getProviderAuthority()); in getApp()
80 Log.d(TAG, " found " + app.mBase_uri_no_account); in getApp()
86 Log.d(TAG, " NOT FOUND!"); in getApp()
94 Log.d(TAG, "handleAccountChanges (packageNameWithProvider: " + packageNameWithProvider in handleAccountChanges()
125 Log.d(TAG, " UPDATE_MAS_INSTANCES_ACCOUNT_RENAMED"); in handleAccountChanges()
135 Log.d(TAG, "UPDATE_MAS_INSTANCES_ACCOUNT_ADDED " in handleAccountChanges()
143 Log.d(TAG, " UPDATE_MAS_INSTANCES_ACCOUNT_REMOVED " in handleAccountChanges()
157 Log.d(TAG, " UPDATE_MAS_INSTANCES_ACCOUNT_REMOVED " + removedAcc); in handleAccountChanges()
165 Log.d(TAG, " UPDATE_MAS_INSTANCES_ACCOUNT_ADDED " + addedAcc); in handleAccountChanges()
[all …]
DBluetoothMapObexServer.java144 Log.d(TAG, "BluetoothMapObexServer(): accountId=" + mAccountId); in BluetoothMapObexServer()
148 Log.d(TAG, "BluetoothMapObexServer(): baseUri=" + mBaseUriString); in BluetoothMapObexServer()
154 Log.d(TAG, "BluetoothMapObexServer(): mEmailFolderUri=" + mEmailFolderUri); in BluetoothMapObexServer()
219 Log.d(TAG, "buildFolderStructure(): " + mEmailFolderUri.toString()); in buildFolderStructure()
301 Log.d(TAG, "addEmailFolders(): no elements found"); in addEmailFolders()
323 Log.d(TAG, "setRemoteFeatureMask() " + Integer.toHexString(mRemoteFeatureMask)); in setRemoteFeatureMask()
331 if (V) Log.d(TAG," setRemoteFeatureMask mMessageVersion :" + mMessageVersion); in setRemoteFeatureMask()
337 Log.d(TAG, "onConnect():"); in onConnect()
354 Log.d(TAG, "onConnect(): uuid=" + Arrays.toString(uuid)); in onConnect()
377 Log.d(TAG, "onConnect(): remote=" + Arrays.toString(remote)); in onConnect()
[all …]
/packages/apps/Nfc/src/com/android/nfc/snep/
DSnepServer.java109 if (DBG) Log.d(TAG, "starting connection thread"); in run()
129 if (DBG) Log.d(TAG, "about to close"); in run()
136 if (DBG) Log.d(TAG, "finished connection thread"); in run()
160 if (DBG) Log.d(TAG, "Bad requested length"); in handleRequest()
166 if (DBG) Log.d(TAG, "putting message " + request.toString()); in handleRequest()
169 if (DBG) Log.d(TAG, "Unknown request (" + request.getField() +")"); in handleRequest()
189 if (DBG) Log.d(TAG, "about create LLCP service socket"); in run()
196 if (DBG) Log.d(TAG, "failed to create LLCP service socket"); in run()
199 if (DBG) Log.d(TAG, "created LLCP service socket"); in run()
211 if (DBG) Log.d(TAG, "Server socket shut down."); in run()
[all …]
/packages/apps/Car/SystemUI/src/com/android/systemui/car/privacy/
DMicPrivacyChip.java113 if (DEBUG) Log.d(TAG, "Microphone enabled: " + isMicrophoneEnabled); in setMicrophoneEnabled()
132 if (DEBUG) Log.d(TAG, "Layout not inflated"); in setMicrophoneEnabled()
138 if (DEBUG) Log.d(TAG, "setTransition: invisibleFromMicOff"); in setMicrophoneEnabled()
143 if (DEBUG) Log.d(TAG, "setTransition: micOffFromInvisible"); in setMicrophoneEnabled()
147 if (DEBUG) Log.d(TAG, "setTransition: micOffFromActiveInit"); in setMicrophoneEnabled()
151 if (DEBUG) Log.d(TAG, "setTransition: micOffFromActive"); in setMicrophoneEnabled()
155 if (DEBUG) Log.d(TAG, "setTransition: micOffFromInactive"); in setMicrophoneEnabled()
196 if (DEBUG) Log.d(TAG, "Layout not inflated"); in animateIn()
202 if (DEBUG) Log.d(TAG, "Current transition state is null or empty."); in animateIn()
210 Log.d(TAG, mIsMicrophoneEnabled ? "setTransition: activeInitFromInvisible" in animateIn()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidDeviceService.java94 Log.d(TAG, "handleMessage(): msg.what=" + msg.what); in handleMessage()
105 Log.d(TAG, "App registered, set device to: " + device); in handleMessage()
323 Log.d(TAG, "registerApp()"); in registerApp()
337 Log.d(TAG, "unregisterApp()"); in unregisterApp()
352 Log.d(TAG, "sendReport(): device=" + device + " id=" + id); in sendReport()
368 Log.d(TAG, "replyReport(): device=" + device + " type=" + type + " id=" + id); in replyReport()
383 Log.d(TAG, "unplug(): device=" + device); in unplug()
398 Log.d(TAG, "connect(): device=" + device); in connect()
413 Log.d(TAG, "disconnect(): device=" + device); in disconnect()
429 Log.d(TAG, "setConnectionPolicy(): device=" + device + " connectionPolicy=" in setConnectionPolicy()
[all …]

12345678910>>...90