Home
last modified time | relevance | path

Searched defs:slotId (Results 1 – 6 of 6) sorted by relevance

/external/libese/apps/weaver/card/src/com/android/weaver/
DSlots.java32 void write(short slotId, byte[] key, short keyOffset, byte[] value, short valueOffset); in write()
46 byte read(short slotId, byte[] key, short keyOffset, byte[] value, short valueOffset); in read()
56 void eraseValue(short slotId); in eraseValue()
DWeaver.java170 final short slotId = getSlotId(buffer, WRITE_DATA_SLOT_ID_OFFSET); in write() local
196 final short slotId = getSlotId(buffer, READ_DATA_SLOT_ID_OFFSET); in read() local
224 final short slotId = getSlotId(buffer, READ_DATA_SLOT_ID_OFFSET); in eraseValue() local
/external/libese/apps/weaver/card/src/com/android/weaver/core/
DCoreSlots.java55 final short slotId = validateSlotId(rawSlotId); in write() local
62 final short slotId = validateSlotId(rawSlotId); in read() local
68 final short slotId = validateSlotId(rawSlotId); in eraseValue() local
82 private short validateSlotId(short slotId) { in validateSlotId()
/external/libese/apps/weaver/tests/
Dweaver_test.cpp63 const uint32_t slotId = 3; in TEST_F() local
73 const uint32_t slotId = 7; in TEST_F() local
85 const uint32_t slotId = 0; in TEST_F() local
/external/libese/esed/
DWeaver.cpp78 Return<WeaverStatus> Weaver::write(uint32_t slotId, const hidl_vec<uint8_t>& key, in write()
114 Return<void> Weaver::read(uint32_t slotId, const hidl_vec<uint8_t>& key, read_cb _hidl_cb) { in read()
/external/libese/apps/weaver/
Dweaver.c221 uint32_t slotId, const uint8_t *key, in ese_weaver_write()
275 uint32_t slotId, const uint8_t *key, in ese_weaver_read()
364 uint32_t slotId) { in ese_weaver_erase_value()