/frameworks/av/services/audioflinger/fastpath/ |
D | FastCaptureState.cpp | 30 case FastCaptureState::WRITE: return "WRITE"; in commandToString()
|
D | FastCaptureState.h | 49 WRITE = 0x10, // write to pipe sink member
|
D | FastMixerState.cpp | 48 case FastMixerState::WRITE: return "WRITE"; in commandToString()
|
D | FastMixerState.h | 92 WRITE = 0x10, // write to output sink member
|
D | FastCapture.cpp | 72 case FastCaptureState::WRITE: in isSubClassCommand() 195 if (command & FastCaptureState::WRITE) { in onWork()
|
D | FastMixer.cpp | 114 case FastMixerState::WRITE: in isSubClassCommand() 444 if ((command & FastMixerState::WRITE) in onWork()
|
/frameworks/av/services/oboeservice/ |
D | SharedMemoryWrapper.h | 51 WRITE = 2, enumerator
|
D | SharedMemoryWrapper.cpp | 122 const int writeCounterSize = (counterFilling & WRITE) == NONE ? 0 : COUNTER_SIZE_IN_BYTES; in fillParcelable()
|
D | AAudioServiceEndpointMMAP.cpp | 521 ? SharedMemoryWrapper::WRITE in getDownDataDescription()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pdb/ |
D | PersistentDataBlockServiceTest.java | 414 FileChannel channel = FileChannel.open(mDataBlockFile.toPath(), StandardOpenOption.WRITE, in testPartitionFormat() 1011 try (var ch = FileChannel.open(mDataBlockFile.toPath(), StandardOpenOption.WRITE)) { in tamperWithDigest() argument 1017 try (var ch = FileChannel.open(mDataBlockFile.toPath(), StandardOpenOption.WRITE)) { in tamperWithMagic() argument
|
/frameworks/base/services/core/java/com/android/server/power/stats/ |
D | PowerStatsStore.java | 253 mJvmLock = FileChannel.open(mLockFile.toPath(), StandardOpenOption.WRITE).lock(); in lockStoreDirectory()
|
/frameworks/hardware/interfaces/stats/1.0/ |
D | types.hal | 151 WRITE,
|
/frameworks/base/services/core/java/com/android/server/pdb/ |
D | PersistentDataBlockService.java | 25 import static java.nio.file.StandardOpenOption.WRITE; 688 Paths.get(mFrpSecretTmpFile), secret, WRITE, CREATE, TRUNCATE_EXISTING, SYNC); in updateFrpSecret() local
|
/frameworks/av/media/libaudiohal/impl/ |
D | StreamHalHidl.cpp | 476 WriteCommand::WRITE, "write", static_cast<const uint8_t*>(buffer), bytes, in write()
|
/frameworks/base/config/ |
D | dirty-image-objects | 1669 Ljava/nio/file/StandardOpenOption;.WRITE:Ljava/nio/file/StandardOpenOption; 455
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/proto_logging/stats/ |
D | atoms.proto | 4720 WRITE = 2; enumerator
|