OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:init_key
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/android/support/src/locale/
uselocale.c
34
static void
init_key
(void) {
function
40
pthread_once(&s_once,
init_key
);
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattDebugUtils.java
60
private static final String EXTRA_INIT_KEY = "
init_key
";
125
int
init_key
= intent.getIntExtra(EXTRA_INIT_KEY, 7);
local
128
svc.gattTestCommand( 0xF0, null, null, auth_req, io_cap,
init_key
,
204
b.append("\n [--ei
init_key
] Initial key size (default 7)");
Completed in 36 milliseconds