OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:removeEncryption
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/include/storage/
IMountService.h
43
const String16& mountPoint, const bool force, const bool
removeEncryption
) = 0;
/frameworks/base/services/java/com/android/server/
MountService.java
355
final boolean
removeEncryption
;
358
UnmountCallBack(String path, boolean force, boolean
removeEncryption
) {
362
this.
removeEncryption
=
removeEncryption
;
367
doUnmountVolume(path, true,
removeEncryption
);
395
int ret = doUnmountVolume(path, true,
removeEncryption
);
[
all
...]
/frameworks/base/libs/storage/
IMountService.cpp
160
int32_t unmountVolume(const String16& mountPoint, const bool force, const bool
removeEncryption
)
166
data.writeInt32(
removeEncryption
? 1 : 0);
/frameworks/base/core/java/android/os/storage/
IMountService.java
170
public void unmountVolume(String mountPoint, boolean force, boolean
removeEncryption
)
178
_data.writeInt((
removeEncryption
? 1 : 0));
[
all
...]
Completed in 28 milliseconds