HomeSort by relevance Sort by last modified time
    Searched refs:bodyLen (Results 1 - 9 of 9) sorted by null

  /system/bt/embdrv/sbc/decoder/srce/
decoder-sbc.c 194 OI_UINT bodyLen;
206 bodyLen = OI_CODEC_SBC_CalculateFramelen(&context->common.frameInfo) -
208 if (*frameBytes < bodyLen) {
213 bodyLen = 0;
221 *frameData += bodyLen;
222 *frameBytes -= bodyLen;
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMapBmessageBuilder.java 71 int bodyLen = MSG_BEGIN.length() + MSG_END.length() + 3 * CRLF.length()
107 mBmsg.append(BBODY_LENGTH).append(bodyLen).append(CRLF);
  /packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
BmessageBuilder.java 70 int bodyLen = MSG_BEGIN.length() + MSG_END.length() + 3 * CRLF.length()
106 mBmsg.append(BBODY_LENGTH).append(bodyLen).append(CRLF);
  /prebuilts/go/darwin-x86/src/encoding/asn1/
marshal.go 611 bodyLen := t.body.Len()
614 t.tag = bytesEncoder(appendTagAndLength(t.scratch[:0], tagAndLength{class, tag, bodyLen, isCompound}))
623 length: bodyLen + t.tag.Len(),
636 t.tag = bytesEncoder(appendTagAndLength(t.scratch[:0], tagAndLength{class, tag, bodyLen, isCompound}))
  /prebuilts/go/linux-x86/src/encoding/asn1/
marshal.go 611 bodyLen := t.body.Len()
614 t.tag = bytesEncoder(appendTagAndLength(t.scratch[:0], tagAndLength{class, tag, bodyLen, isCompound}))
623 length: bodyLen + t.tag.Len(),
636 t.tag = bytesEncoder(appendTagAndLength(t.scratch[:0], tagAndLength{class, tag, bodyLen, isCompound}))
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.0.CR3/
netty-codec-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.3.Final/
netty-codec-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.6.Final/
netty-codec-4.1.6.Final.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 4093 milliseconds