OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SessionID
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/location/src/android/location/cts/asn1/supl2/ulp_components/
SessionID.java
39
public class
SessionID
extends Asn1Sequence {
45
public
SessionID
() {
69
* Creates a new
SessionID
from encoded stream.
71
public static
SessionID
fromPerUnaligned(byte[] encodedBytes) {
72
SessionID
result = new
SessionID
();
78
* Creates a new
SessionID
from encoded stream.
80
public static
SessionID
fromPerAligned(byte[] encodedBytes) {
81
SessionID
result = new
SessionID
();
[
all
...]
/external/libmtp/src/
ptp.h
52
uint32_t
SessionID
;
[
all
...]
Completed in 174 milliseconds