OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetInt32Property
(Results
1 - 9
of
9
) sorted by null
/frameworks/av/media/libstagefright/wifi-display/source/
Converter.h
73
static int32_t
GetInt32Property
(const char *propName, int32_t defaultValue);
Converter.cpp
127
int32_t Converter::
GetInt32Property
(
161
int32_t audioBitrate =
GetInt32Property
("media.wfd.audio-bitrate", 128000);
162
int32_t videoBitrate =
GetInt32Property
("media.wfd.video-bitrate", 5000000);
715
int32_t videoBitrate =
GetInt32Property
(
PlaybackSession.cpp
683
Converter::
GetInt32Property
("media.wfd.video-bitrate", -1);
716
Converter::
GetInt32Property
(
/system/connectivity/shill/
static_ip_parameters_unittest.cc
104
EXPECT_TRUE(store->
GetInt32Property
(property_prefix + ".Mtu", &int_value,
117
EXPECT_TRUE(store->
GetInt32Property
(property_prefix + ".Prefixlen",
224
EXPECT_FALSE(store.
GetInt32Property
("StaticIP.Mtu", nullptr, &error));
234
EXPECT_TRUE(store.
GetInt32Property
("StaticIP.Prefixlen", &int_value,
property_store_unittest.cc
392
EXPECT_FALSE(store.
GetInt32Property
(keys[0], nullptr, &errors[0]));
395
EXPECT_TRUE(store.
GetInt32Property
(keys[1], &test_value, &errors[1]));
593
EXPECT_TRUE(store.
GetInt32Property
(key, &test_value, &error));
599
EXPECT_TRUE(store.
GetInt32Property
(key, &test_value, &error));
property_store_unittest.h
88
return store.
GetInt32Property
(name, storage, error);
property_store.h
63
bool
GetInt32Property
(const std::string& name, int32_t* value,
property_store.cc
250
bool PropertyStore::
GetInt32Property
(const string& name,
[
all
...]
service.cc
748
if (!store_.
GetInt32Property
(it.first, &value, &get_error) ||
[
all
...]
Completed in 70 milliseconds