OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getUInt32
(Results
1 - 6
of
6
) sorted by null
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
LittleEndian.java
62
public static long
getUInt32
(byte[] src, int offset) {
/frameworks/av/media/libstagefright/
DataSource.cpp
74
bool DataSource::
getUInt32
(off64_t offset, uint32_t *x) {
/frameworks/av/media/mtp/
MtpPacket.cpp
98
uint32_t MtpPacket::
getUInt32
(int offset) const {
128
return
getUInt32
(MTP_CONTAINER_TRANSACTION_ID_OFFSET);
140
return
getUInt32
(MTP_CONTAINER_PARAMETER_OFFSET + (index - 1) * sizeof(uint32_t));
MtpDataPacket.cpp
61
uint32_t MtpDataPacket::
getUInt32
() {
80
value[0] =
getUInt32
();
81
value[1] =
getUInt32
();
82
value[2] =
getUInt32
();
83
value[3] =
getUInt32
();
93
int count =
getUInt32
();
101
int count =
getUInt32
();
109
int count =
getUInt32
();
117
int count =
getUInt32
();
125
int count =
getUInt32
();
[
all
...]
/external/smack/src/org/xbill/DNS/
Tokenizer.java
426
getUInt32
() throws IOException {
/prebuilts/devtools/tools/lib/
fat32lib.jar
Completed in 318 milliseconds