OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ID_DATA
(Results
1 - 5
of
5
) sorted by null
/system/core/adb/
file_sync_service.h
44
#define
ID_DATA
MKID('D','A','T','A')
file_sync_service.c
177
if(msg.data.id !=
ID_DATA
) {
234
if(msg.data.id !=
ID_DATA
) {
235
fail_message(s, "invalid data message: expected
ID_DATA
");
328
msg.data.id =
ID_DATA
;
file_sync_client.c
220
sbuf->id =
ID_DATA
;
252
sbuf->id =
ID_DATA
;
285
sbuf->id =
ID_DATA
;
464
if((id ==
ID_DATA
) || (id == ID_DONE)) {
486
if(id !=
ID_DATA
) goto remote_error;
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
SyncService.java
44
private final static byte[]
ID_DATA
= { 'D', 'A', 'T', 'A' };
583
if (checkResult(pullResult,
ID_DATA
) == false &&
619
if (checkResult(pullResult,
ID_DATA
) == false) {
751
System.arraycopy(
ID_DATA
, 0, mBuffer, 0,
ID_DATA
.length);
[
all
...]
/system/extras/sound/
playwav.c
101
#define
ID_DATA
0x61746164
212
hdr.data_id =
ID_DATA
;
Completed in 3069 milliseconds