OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ByteArrayToHexString
(Results
1 - 13
of
13
) sorted by null
/frameworks/av/drm/mediadrm/plugins/clearkey/common/include/
Utils.h
28
std::string
ByteArrayToHexString
(const uint8_t* in_buffer, size_t length);
/frameworks/av/drm/mediadrm/plugins/clearkey/common/
Utils.cpp
30
std::string
ByteArrayToHexString
(const uint8_t* in_buffer, size_t length) {
/developers/build/prebuilts/gradle/CardEmulation/Application/src/main/java/com/example/android/cardemulation/
CardService.java
86
Log.i(TAG, "Received APDU: " +
ByteArrayToHexString
(commandApdu));
119
public static String
ByteArrayToHexString
(byte[] bytes) {
/developers/samples/android/connectivity/nfc/CardEmulation/Application/src/main/java/com/example/android/cardemulation/
CardService.java
86
Log.i(TAG, "Received APDU: " +
ByteArrayToHexString
(commandApdu));
119
public static String
ByteArrayToHexString
(byte[] bytes) {
/development/samples/browseable/CardEmulation/src/com.example.android.cardemulation/
CardService.java
86
Log.i(TAG, "Received APDU: " +
ByteArrayToHexString
(commandApdu));
119
public static String
ByteArrayToHexString
(byte[] bytes) {
/developers/build/prebuilts/gradle/CardReader/Application/src/main/java/com/example/android/cardreader/
LoyaltyCardReader.java
80
Log.i(TAG, "Sending: " +
ByteArrayToHexString
(command));
119
public static String
ByteArrayToHexString
(byte[] bytes) {
/developers/samples/android/connectivity/nfc/CardReader/Application/src/main/java/com/example/android/cardreader/
LoyaltyCardReader.java
80
Log.i(TAG, "Sending: " +
ByteArrayToHexString
(command));
119
public static String
ByteArrayToHexString
(byte[] bytes) {
/development/samples/browseable/CardReader/src/com.example.android.cardreader/
LoyaltyCardReader.java
80
Log.i(TAG, "Sending: " +
ByteArrayToHexString
(command));
119
public static String
ByteArrayToHexString
(byte[] bytes) {
/developers/build/prebuilts/gradle/CardReader/Application/tests/src/com/example/android/cardreader/tests/
SampleTests.java
106
final String output = LoyaltyCardReader.
ByteArrayToHexString
(input);
/developers/samples/android/connectivity/nfc/CardReader/Application/tests/src/com/example/android/cardreader/tests/
SampleTests.java
106
final String output = LoyaltyCardReader.
ByteArrayToHexString
(input);
/developers/build/prebuilts/gradle/CardEmulation/Application/tests/src/com/example/android/cardemulation/tests/
SampleTests.java
88
final String output = CardService.
ByteArrayToHexString
(input);
/developers/samples/android/connectivity/nfc/CardEmulation/Application/tests/src/com/example/android/cardemulation/tests/
SampleTests.java
88
final String output = CardService.
ByteArrayToHexString
(input);
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DrmPlugin.cpp
328
*keySetId = kKeySetIdPrefix +
ByteArrayToHexString
(
Completed in 204 milliseconds