OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pin_length
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/remoting/host/
verify_config_window_win.cc
110
int
pin_length
= pin_edit.GetWindowTextLength();
local
111
scoped_ptr<char16[]> pin(new char16[
pin_length
+ 1]);
114
int result = pin_edit.GetWindowText(pin.get(),
pin_length
+ 1);
115
pin[std::min(result,
pin_length
)] = 0;
/external/bluetooth/bluedroid/btif/include/
btif_storage.h
126
uint8_t
pin_length
);
/external/bluetooth/bluedroid/btif/src/
btif_storage.c
780
uint8_t
pin_length
)
785
ret &= btif_config_set_int("Remote", bdstr, "PinLength", (int)
pin_length
);
[
all
...]
Completed in 729 milliseconds