OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ServerProxy
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/include/private/media/
AudioTrackShared.h
140
friend class
ServerProxy
;
203
// There is exactly one ClientProxy and one
ServerProxy
per shared memory control block.
493
class
ServerProxy
: public Proxy {
495
ServerProxy
(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, size_t frameSize,
498
virtual ~
ServerProxy
() { }
547
// cblk->u.mStreaming.mFront,
ServerProxy
::mFlush and
ServerProxy
::mFlushed will be modified
575
class AudioTrackServerProxy : public
ServerProxy
{
579
:
ServerProxy
(cblk, buffers, frameCount, frameSize, true /*isOut*/, clientInServer),
692
class AudioRecordServerProxy : public
ServerProxy
{
[
all
...]
/frameworks/av/media/libaudioclient/
AudioTrackShared.cpp
593
// set patch-up variables until the mState is acknowledged by the
ServerProxy
.
614
// set patch-up variables until the mState is acknowledged by the
ServerProxy
.
659
ServerProxy
::
ServerProxy
(audio_track_cblk_t* cblk, void *buffers, size_t frameCount,
669
void
ServerProxy
::flushBufferIfNeeded()
678
ALOGV("
ServerProxy
::flushBufferIfNeeded() mStreaming.mFlush = 0x%x, mFlush = 0x%0x",
760
status_t
ServerProxy
::obtainBuffer(Buffer* buffer, bool ackFlush)
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
xmlrpclib.py
108
ServerProxy
Represents a logical connection to an XML-RPC server
966
server should be a
ServerProxy
object.
[
all
...]
/external/python/cpython2/Lib/
xmlrpclib.py
109
ServerProxy
Represents a logical connection to an XML-RPC server
975
server should be a
ServerProxy
object.
[
all
...]
/external/python/cpython3/Lib/xmlrpc/
client.py
104
ServerProxy
Represents a logical connection to an XML-RPC server
851
server should be a
ServerProxy
object.
[
all
...]
Completed in 189 milliseconds