Home
last modified time | relevance | path

Searched defs:SetFlash (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Target/
DMemoryRegionInfo.h72 void SetFlash(OptionalBool val) { m_flash = val; } in SetFlash() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Target/
DMemoryRegionInfo.h72 void SetFlash(OptionalBool val) { m_flash = val; } in SetFlash() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Target/
DMemoryRegionInfo.h72 void SetFlash(OptionalBool val) { m_flash = val; } in SetFlash() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Target/
DMemoryRegionInfo.h72 void SetFlash(OptionalBool val) { m_flash = val; } in SetFlash() function
/aosp_15_r20/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DExifUtils.cpp401 bool ExifUtilsImpl::SetFlash(uint8_t flash_available, uint8_t flash_state, in SetFlash() function in android::ExifUtilsImpl