Searched refs:hs (Results 1 – 6 of 6) sorted by relevance
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/ |
D | BluetoothMasRequestSetPath.java | 53 HeaderSet hs = null; in execute() local 59 hs = session.setPath(mHeaderSet, false, false); in execute() 62 hs = session.setPath(mHeaderSet, true, false); in execute() 66 mResponseCode = hs.getResponseCode(); in execute()
|
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/ |
D | BluetoothPbapRequestSetPath.java | 55 HeaderSet hs = null; in execute() local 61 hs = session.setPath(mHeaderSet, false, false); in execute() 64 hs = session.setPath(mHeaderSet, true, false); in execute() 68 mResponseCode = hs.getResponseCode(); in execute()
|
D | BluetoothPbapObexSession.java | 203 HeaderSet hs = new HeaderSet(); in connect() local 204 hs.setHeader(HeaderSet.TARGET, PBAP_TARGET); in connect() 207 hs = mClientSession.connect(hs); in connect() 209 if (hs.getResponseCode() != ResponseCodes.OBEX_HTTP_OK) { in connect()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | SignalTileView.java | 73 int hs = MeasureSpec.makeMeasureSpec(mIconFrame.getMeasuredHeight(), MeasureSpec.EXACTLY); in onMeasure() local 75 mIn.measure(ws, hs); in onMeasure() 76 mOut.measure(ws, hs); in onMeasure()
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 7334 int hs = mScrollX; in bringPointIntoView() local 7347 if (x - hs < hslack) { in bringPointIntoView() 7348 hs = x - hslack; in bringPointIntoView() 7350 if (x - hs > hspace - hslack) { in bringPointIntoView() 7351 hs = x - (hspace - hslack); in bringPointIntoView() 7356 if (left - hs > 0) in bringPointIntoView() 7357 hs = left; in bringPointIntoView() 7358 if (right - hs < hspace) in bringPointIntoView() 7359 hs = right - hspace; in bringPointIntoView() 7361 if (right - hs < hspace) in bringPointIntoView() [all …]
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsics_advsimd_Blur.S | 1421 csel x6, x5, x6, hs 1423 csel x7, x5, x7, hs 1425 csel x8, x5, x8, hs 1427 csel x9, x5, x9, hs 1486 csel x6, x5, x6, hs 1488 csel x7, x5, x7, hs 1490 csel x8, x5, x8, hs 1492 csel x9, x5, x9, hs
|