Home
last modified time | relevance | path

Searched refs:REMOTE_PROCESSOR_EXPORT (Results 1 – 6 of 6) sorted by relevance

/external/parameter-framework/support/android/remote-processor/
Dremote_processor_export.h6 # define REMOTE_PROCESSOR_EXPORT macro
9 # ifndef REMOTE_PROCESSOR_EXPORT
12 # define REMOTE_PROCESSOR_EXPORT __attribute__((visibility("default"))) macro
15 # define REMOTE_PROCESSOR_EXPORT __attribute__((visibility("default"))) macro
26 # define REMOTE_PROCESSOR_DEPRECATED_EXPORT REMOTE_PROCESSOR_EXPORT __attribute__ ((__deprecated__…
/external/parameter-framework/upstream/remote-processor/
DAnswerMessage.h36 class REMOTE_PROCESSOR_EXPORT CAnswerMessage : public CMessage
DBackgroundRemoteProcessorServer.h39 class REMOTE_PROCESSOR_EXPORT BackgroundRemoteProcessorServer final
DRemoteProcessorServer.h40 class REMOTE_PROCESSOR_EXPORT CRemoteProcessorServer : public IRemoteProcessorServerInterface
DRequestMessage.h39 class REMOTE_PROCESSOR_EXPORT CRequestMessage : public CMessage, public IRemoteCommand
DMessage.h41 class REMOTE_PROCESSOR_EXPORT CMessage : private utility::NonCopyable