OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getAllSupportInfo
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/drm/libdrmframework/
DrmManagerClient.cpp
115
status_t DrmManagerClient::
getAllSupportInfo
(int* length, DrmSupportInfo** drmSupportInfoArray) {
116
return mDrmManagerClientImpl->
getAllSupportInfo
(mUniqueId, length, drmSupportInfoArray);
DrmManagerClientImpl.cpp
238
status_t DrmManagerClientImpl::
getAllSupportInfo
(
242
status = getDrmManagerService()->
getAllSupportInfo
(
/frameworks/av/drm/drmserver/
DrmManager.cpp
372
status_t DrmManager::
getAllSupportInfo
(
DrmManagerService.cpp
191
status_t DrmManagerService::
getAllSupportInfo
(
193
ALOGV("Entering
getAllSupportInfo
");
194
return mDrmManager->
getAllSupportInfo
(uniqueId, length, drmSupportInfoArray);
/frameworks/av/drm/common/
IDrmManagerService.cpp
567
status_t BpDrmManagerService::
getAllSupportInfo
(
[
all
...]
Completed in 29 milliseconds