OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getAllSupportInfo
(Results
1 - 6
of
6
) 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);
NoOpDrmManagerClientImpl.cpp
152
status_t NoOpDrmManagerClientImpl::
getAllSupportInfo
(
DrmManagerClientImpl.cpp
249
status_t DrmManagerClientImpl::
getAllSupportInfo
(
253
status = getDrmManagerService()->
getAllSupportInfo
(
/frameworks/av/drm/drmserver/
DrmManager.cpp
367
status_t DrmManager::
getAllSupportInfo
(
DrmManagerService.cpp
259
status_t DrmManagerService::
getAllSupportInfo
(
261
ALOGV("Entering
getAllSupportInfo
");
262
return mDrmManager->
getAllSupportInfo
(uniqueId, length, drmSupportInfoArray);
/frameworks/av/drm/common/
IDrmManagerService.cpp
570
status_t BpDrmManagerService::
getAllSupportInfo
(
[
all
...]
Completed in 697 milliseconds