OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:static_pointer_cast
(Results
26 - 50
of
90
) sorted by null
1
2
3
4
/system/bt/service/ipc/binder/
bluetooth_le_advertiser_binder_server.cc
167
return std::
static_pointer_cast
<bluetooth::LowEnergyAdvertiser>(
bluetooth_low_energy_binder_server.cc
161
return std::
static_pointer_cast
<bluetooth::LowEnergyClient>(
bluetooth_gatt_server_binder_server.cc
219
return std::
static_pointer_cast
<bluetooth::GattServer>(
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
AData.h
265
*data = std::
static_pointer_cast
<Tp>(src);
270
std::shared_ptr<U> __tmp = std::move(src); // move src out as
static_pointer_cast
cannot
271
*data = std::
static_pointer_cast
<Tp>(__tmp);
276
*data = std::
static_pointer_cast
<Tp>(src.lock());
351
std::shared_ptr<U> __tmp = std::move(src); // move src out as
static_pointer_cast
cannot
352
*data = std::
static_pointer_cast
<Tp>(__tmp);
[
all
...]
/frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/
buffer_hub_queue_client.h
310
return std::
static_pointer_cast
<BufferProducer>(
379
return std::
static_pointer_cast
<BufferConsumer>(
/hardware/google/av/media/codecs/g711/
C2SoftG711Dec.cpp
275
C2SoftG711DecFactory() : mHelper(std::
static_pointer_cast
<C2ReflectorHelper>(
/hardware/google/av/media/codecs/gsm/
C2SoftGsmDec.cpp
261
C2SoftGSMDecFactory() : mHelper(std::
static_pointer_cast
<C2ReflectorHelper>(
/system/bt/service/test/
low_energy_client_unittest.cc
90
std::
static_pointer_cast
<
low_energy_scanner_unittest.cc
117
nullptr, std::
static_pointer_cast
<BleScannerInterface>(mock_handler_),
/hardware/google/av/codec2/hidl/1.0/utils/
Component.cpp
245
std::
static_pointer_cast
<C2BufferQueueBlockPool>(pool);
/hardware/google/av/media/codecs/amr_nb_wb/
C2SoftAmrDec.cpp
389
C2SoftAMRDecFactory() : mHelper(std::
static_pointer_cast
<C2ReflectorHelper>(
C2SoftAmrNbEnc.cpp
309
: mHelper(std::
static_pointer_cast
<C2ReflectorHelper>(
C2SoftAmrWbEnc.cpp
384
: mHelper(std::
static_pointer_cast
<C2ReflectorHelper>(
/hardware/google/av/media/codecs/flac/
C2SoftFlacDec.cpp
318
C2SoftFlacDecFactory() : mHelper(std::
static_pointer_cast
<C2ReflectorHelper>(
C2SoftFlacEnc.cpp
410
C2SoftFlacEncFactory() : mHelper(std::
static_pointer_cast
<C2ReflectorHelper>(
/frameworks/native/libs/vr/libbufferhubqueue/
buffer_hub_queue_client.cpp
558
auto buffer = std::
static_pointer_cast
<BufferProducer>(status.take());
710
auto buffer = std::
static_pointer_cast
<BufferConsumer>(status.take());
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
shared_ptr.h
753
static_pointer_cast
(const __shared_ptr<_Tp1, _Lp>& __r)
function in namespace:tr1
1056
static_pointer_cast
(const shared_ptr<_Tp1>& __r)
function in namespace:tr1
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
shared_ptr.h
753
static_pointer_cast
(const __shared_ptr<_Tp1, _Lp>& __r)
function in namespace:tr1
1056
static_pointer_cast
(const shared_ptr<_Tp1>& __r)
function in namespace:tr1
/hardware/google/av/media/sfplugin/
CCodecBufferChannel.cpp
[
all
...]
/external/libbrillo/brillo/http/
http_transport_curl.cc
231
std::
static_pointer_cast
<Connection>(curl_connection->shared_from_this());
/frameworks/native/libs/vr/libdvr/
dvr_buffer_queue.cpp
446
std::
static_pointer_cast
<BufferConsumer>(buffer);
/hardware/google/av/media/codecs/aac/
C2SoftAacEnc.cpp
463
C2SoftAacEncFactory() : mHelper(std::
static_pointer_cast
<C2ReflectorHelper>(
/hardware/google/av/media/codecs/mp3/
C2SoftMp3Dec.cpp
504
C2SoftMp3DecFactory() : mHelper(std::
static_pointer_cast
<C2ReflectorHelper>(
/hardware/google/av/media/codecs/mpeg4_h263/
C2SoftMpeg4Enc.cpp
530
: mHelper(std::
static_pointer_cast
<C2ReflectorHelper>(
/hardware/google/av/media/codecs/opus/
C2SoftOpusDec.cpp
492
C2SoftOpusDecFactory() : mHelper(std::
static_pointer_cast
<C2ReflectorHelper>(
Completed in 533 milliseconds
1
2
3
4