OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ArbitratorErrorType
(Results
1 - 3
of
3
) sorted by null
/hardware/intel/common/utils/media_resource_manager/arbitrator/
MediaResourceArbitrator.h
39
}
ArbitratorErrorType
;
103
ArbitratorErrorType
Config(const char* configFilePath);
121
ArbitratorErrorType
AddResource(/* in */ CodecType codecType,
128
ArbitratorErrorType
RemoveResource(CodecType codecType,
166
ArbitratorErrorType
ArbitrateFullLoad(CodecInfo& codec);
MediaResourceArbitrator.cpp
44
ArbitratorErrorType
MediaResourceArbitrator::Config(const char* configFilePath) {
69
ArbitratorErrorType
MediaResourceArbitrator::AddResource(
78
ArbitratorErrorType
err = ArbitratorErrorNone;
128
ArbitratorErrorType
MediaResourceArbitrator::RemoveResource(
137
ArbitratorErrorType
err = ArbitratorErrorNone;
216
ArbitratorErrorType
MediaResourceArbitrator::ArbitrateFullLoad(CodecInfo& codec) {
220
ArbitratorErrorType
err = ArbitratorErrorNone;
/hardware/intel/common/utils/media_resource_manager/test/
MediaResourceManager_test.cpp
48
ArbitratorErrorType
err = ArbitratorErrorNone;
72
ArbitratorErrorType
err = ArbitratorErrorNone;
Completed in 68 milliseconds