OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mInternalEmulated
(Results
1 - 2
of
2
) sorted by null
/system/vold/
VolumeManager.cpp
322
CHECK(
mInternalEmulated
== nullptr);
323
mInternalEmulated
= std::shared_ptr<android::vold::VolumeBase>(
325
mInternalEmulated
->create();
334
CHECK(
mInternalEmulated
!= nullptr);
335
mInternalEmulated
->destroy();
336
mInternalEmulated
= nullptr;
429
// If this happens,
mInternalEmulated
will equal nullptr and
431
if (
mInternalEmulated
!= nullptr &&
mInternalEmulated
->getId() == id) {
432
return
mInternalEmulated
;
[
all
...]
VolumeManager.h
220
std::shared_ptr<android::vold::VolumeBase>
mInternalEmulated
;
Completed in 382 milliseconds