Searched defs:entryValue (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.h342 int32_t entryValue; member in struct:android::Camera3Device::RequestTrigger
H A DCamera3Device.cpp2978 uint32_t triggerId = static_cast<uint32_t>(trigger.entryValue);
3000 oldTrigger.entryValue = entry.data.u8[0];
3014 uint8_t entryValue = static_cast<uint8_t>(trigger.entryValue); local
3016 &entryValue,
3022 &trigger.entryValue,
3035 trigger.entryValue);
3041 trigger.entryValue);
3066 uint8_t entryValue = static_cast<uint8_t>(trigger.entryValue); local
[all...]
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp614 Relocation::DWord entryValue)
623 Fragment* got_entry = got.lookupLocalEntry(rsym, entryValue);
635 got.setEntryValue(got_entry, entryValue);
637 got.recordLocalEntry(rsym, entryValue, got_entry);
613 getLocalGOTEntry(MipsRelocationInfo& pReloc, Relocation::DWord entryValue) argument

Completed in 2490 milliseconds