/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/ |
D | ANQPFactory.java | 132 public static List<ANQPElement> parsePayload(ByteBuffer payload) throws ProtocolException { in parsePayload() 141 private static ANQPElement buildElement(ByteBuffer payload) throws ProtocolException { in buildElement() 159 public static ANQPElement buildElement(ByteBuffer payload, Constants.ANQPElementType infoID, in buildElement() 220 ByteBuffer payload) throws ProtocolException { in buildHS20Element()
|
D | CellularNetwork.java | 16 private CellularNetwork(int plmnCount, ByteBuffer payload) throws ProtocolException { in CellularNetwork() 43 public static CellularNetwork buildCellularNetwork(ByteBuffer payload) in buildCellularNetwork()
|
D | TestDriver.java | 71 ByteBuffer payload = getResponse(in); in runTest() local 111 ByteBuffer payload = getResponse(in); in sendIconRequest() local 132 ByteBuffer payload = getResponse(in); in sendHomeRealmQuery() local
|
D | DomainNameElement.java | 16 public DomainNameElement(Constants.ANQPElementType infoID, ByteBuffer payload) in DomainNameElement()
|
D | EmergencyNumberElement.java | 15 public EmergencyNumberElement(Constants.ANQPElementType infoID, ByteBuffer payload) in EmergencyNumberElement()
|
D | HSFriendlyNameElement.java | 17 public HSFriendlyNameElement(Constants.ANQPElementType infoID, ByteBuffer payload) in HSFriendlyNameElement()
|
D | GenericBlobElement.java | 13 public GenericBlobElement(Constants.ANQPElementType infoID, ByteBuffer payload) { in GenericBlobElement()
|
D | GenericStringElement.java | 13 …public GenericStringElement(Constants.ANQPElementType infoID, ByteBuffer payload) throws ProtocolE… in GenericStringElement()
|
D | RoamingConsortiumElement.java | 22 public RoamingConsortiumElement(Constants.ANQPElementType infoID, ByteBuffer payload) in RoamingConsortiumElement()
|
D | HSOsuProvidersElement.java | 19 public HSOsuProvidersElement(Constants.ANQPElementType infoID, ByteBuffer payload) in HSOsuProvidersElement()
|
D | CapabilityListElement.java | 13 public CapabilityListElement(Constants.ANQPElementType infoID, ByteBuffer payload) in CapabilityListElement()
|
D | HSCapabilityListElement.java | 15 public HSCapabilityListElement(Constants.ANQPElementType infoID, ByteBuffer payload) in HSCapabilityListElement()
|
D | I18Name.java | 20 public I18Name(ByteBuffer payload) throws ProtocolException { in I18Name()
|
D | ThreeGPPNetworkElement.java | 19 public ThreeGPPNetworkElement(Constants.ANQPElementType infoID, ByteBuffer payload) in ThreeGPPNetworkElement()
|
D | HSIconFileElement.java | 23 public HSIconFileElement(Constants.ANQPElementType infoID, ByteBuffer payload) in HSIconFileElement()
|
D | HSConnectionCapabilityElement.java | 25 private ProtocolTuple(ByteBuffer payload) throws ProtocolException { in ProtocolTuple()
|
D | NAIRealmElement.java | 24 public NAIRealmElement(Constants.ANQPElementType infoID, ByteBuffer payload) in NAIRealmElement()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | VerifyCredentialResponse.java | 72 public VerifyCredentialResponse(byte[] payload) { in VerifyCredentialResponse() 83 private VerifyCredentialResponse(int responseCode, int timeout, byte[] payload) { in VerifyCredentialResponse() 123 private void setPayload(byte[] payload) { in setPayload()
|
/frameworks/opt/net/voip/src/jni/rtp/ |
D | G711Codec.cpp | 47 int UlawCodec::encode(void *payload, int16_t *samples) in encode() 67 int UlawCodec::decode(int16_t *samples, int count, void *payload, int length) in decode() 98 int AlawCodec::encode(void *payload, int16_t *samples) in encode() 117 int AlawCodec::decode(int16_t *samples, int count, void *payload, int length) in decode()
|
D | AmrCodec.cpp | 100 int AmrCodec::encode(void *payload, int16_t *samples) in encode() 131 int AmrCodec::decode(int16_t *samples, int count, void *payload, int length) in decode() 224 int GsmEfrCodec::encode(void *payload, int16_t *samples) in encode() 242 int GsmEfrCodec::decode(int16_t *samples, int count, void *payload, int length) in decode()
|
D | GsmCodec.cpp | 54 int GsmCodec::encode(void *payload, int16_t *samples) in encode() 60 int GsmCodec::decode(int16_t *samples, int count, void *payload, int length) in decode()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | IccIoResult.java | 28 public byte[] payload; field in IccIoResult 30 public IccIoResult(int sw1, int sw2, byte[] payload) { in IccIoResult()
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
D | AdapterHelper.java | 213 Object payload = op.payload; in applyUpdate() local 291 Object payload = op.payload; in dispatchAndUpdateViewHolders() local 496 boolean onItemRangeChanged(int positionStart, int itemCount, Object payload) { in onItemRangeChanged() 621 Object payload; field in AdapterHelper.UpdateOp 626 UpdateOp(int cmd, int positionStart, int itemCount, Object payload) { in UpdateOp() 701 public UpdateOp obtainUpdateOp(int cmd, int positionStart, int itemCount, Object payload) { in obtainUpdateOp()
|
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/ |
D | AdapterHelperTest.java | 968 AdapterHelper.UpdateOp op(int cmd, int start, int count, Object payload) { in op() 980 AdapterHelper.UpdateOp upOp(int start, int count, Object payload) { in upOp() 1027 void up(int start, int count, Object payload) { in up() 1082 public void update(int index, int count, Object payload) { in update() 1148 public void update(Object payload) { in update() 1153 public void handleUpdate(Object payload) { in handleUpdate()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/eap/ |
D | VendorSpecificAuth.java | 14 public VendorSpecificAuth(int length, ByteBuffer payload) throws ProtocolException { in VendorSpecificAuth()
|