OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:replyData
(Results
1 - 8
of
8
) sorted by null
/frameworks/av/media/libeffects/proxy/
EffectProxy.h
73
char*
replyData
; // temporary buffer for non active sub effect command reply
EffectProxy.cpp
117
pContext->
replyData
= (char *)malloc(PROXY_REPLY_SIZE_DEFAULT);
132
free(pContext->
replyData
);
264
pContext->
replyData
= (char *)realloc(pContext->
replyData
, tmpSize);
278
// other sub effect is lost in pContext->
replyData
290
subReplyData[i] = pReplyData == NULL ? NULL : pContext->
replyData
;
/frameworks/base/obex/javax/obex/
ServerSession.java
393
byte[]
replyData
= new byte[totalLength];
394
replyData
[0] = (byte)code;
395
replyData
[1] = (byte)(totalLength >> 8);
396
replyData
[2] = (byte)totalLength;
398
System.arraycopy(head, 0,
replyData
, 3, head.length);
404
mOutput.write(
replyData
);
492
byte[]
replyData
;
494
replyData
= new byte[3 + head.length];
496
replyData
= new byte[3];
498
replyData
[0] = (byte)code
[
all
...]
/dalvik/vm/
Ddm.cpp
95
ArrayObject*
replyData
;
116
replyData
=
122
type,
replyData
, offset, length);
124
if (length == 0 ||
replyData
== NULL)
126
if (offset + length >
replyData
->length) {
128
offset, length,
replyData
->length);
140
memcpy(reply+kChunkHdrLen, (const u1*)
replyData
->contents + offset, length);
/frameworks/av/media/libmedia/
AudioEffect.cpp
224
void *
replyData
)
235
if (replySize == NULL || *replySize != sizeof(status_t) ||
replyData
== NULL) {
241
status_t status = mIEffect->command(cmdCode, cmdSize, cmdData, replySize,
replyData
);
245
status = *(status_t *)
replyData
;
386
void *
replyData
)
388
if (cmdData == NULL ||
replyData
== NULL) {
394
cmd->status = *(int32_t *)
replyData
;
/frameworks/av/include/media/
AudioEffect.h
377
void *
replyData
);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar
/art/runtime/
debugger.cc
[
all
...]
Completed in 2143 milliseconds